COLOR #39BEE1

HEX: #39BEE1
RGB: (57,190,225)

Color info

#39BEE1 contains mainly green and blue colors. Web safe color of #39BEE1 is #33CCCC (or #3CC).

RGB color model

#39BEE1 color RGB value is (57,190,225).

  • red value is 57;
  • green value is 190;
  • blue value is 225.
RGB:
(57,190,225)
(22%,75%,88%)

RGB channels and saturation

R 57 of 255 = 22%
G 190 of 255 = 75%
B 225 of 255 = 88%

57
190
225

R + G + B ~ 62%. #39BEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
57 + 190 + 225 = 472 (100%)
R 57 of 472 ~ 12.08%
G 190 of 472 ~ 40.25%
B 225 of 472 ~ 47.67%

%12.08
%40.25
%47.67

CMYK color model

#39BEE1 color CMYK value is (75,16,0,12).

  • cyan value is 74.67%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(75,16,0,12)
C75M16Y0K12 
(75%,16%,0%,12%)
(0.75/0.16/0.00/0.12)	

CMYK percentages

%74.67
%15.56
%0
%11.76

Codes

Color #39BEE1 in popluar color models

39BEE1
RGB57190225
HSL193°73.68%55.29%
HSB/HSV193°74.67%88.24%
CMYK74.67%15.56%0.00%
11.76%

Color #39BEE1 in popluar number systems.

HEX39BEE1
Decimal57190225
Binary1110011011111011100001
Octal71276341

Shades and tints

Shades of #39BEE1

#39BEE1
(57,190,225)
#34ADCD
(52,173,205)
#2F9CB9
(47,156,185)
#2A8BA5
(42,139,165)
#257A91
(37,122,145)
#20697D
(32,105,125)
#1B5869
(27,88,105)
#164755
(22,71,85)
#113641
(17,54,65)
#0C252D
(12,37,45)
#071419
(7,20,25)
#000000
(0,0,0)

Tints of #39BEE1

#39BEE1
(57,190,225)
#4BC3E3
(75,195,227)
#5DC8E5
(93,200,229)
#6FCDE7
(111,205,231)
#81D2E9
(129,210,233)
#93D7EB
(147,215,235)
#A5DCED
(165,220,237)
#B7E1EF
(183,225,239)
#C9E6F1
(201,230,241)
#DBEBF3
(219,235,243)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39BEE1 color. Also use rgb(57,190,225) instead hex code.

Text Font Color

.myTextColor { color: #39BEE1; }

<p style="color:#39BEE1">This sample text font color is #39BEE1.</p>

This text font color is #39BEE1.


Background Color

.myBgColor { background-color: #39BEE1; }

<div style="background-color:#39BEE1">Inner text</div>

This div background color is #39BEE1.


Border color

.myBorderColor { border: 1px solid #39BEE1; }

<div style="border:3px solid #39BEE1">Div</div>

This div border color is #39BEE1.


Opacity

.myOpacity80 { color: #39BEE1; opacity: 0.8; }

<p style="color:#39BEE1;opacity:0.8;">80%</p>

Text with #39BEE1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #39BEE1;}

<p style="text-shadow: 3px 3px 1px #39BEE1">Text here.</p>

This text has shadow with #39BEE1 color.

.textShadow {text-shadow: 3px 3px 1px #39BEE1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #39BEE1, 5px 5px 20px red">Text here.</p>

This text has shadow with #39BEE1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#39BEE1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#39BEE1, Direction=45, Strength=4)">Text</p>

This text has shadow with #39BEE1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #39BEE1;
  -webkit-box-shadow:	1px 1px 3px 2px #39BEE1;
  box-shadow:		1px 1px 3px 2px #39BEE1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #39BEE1;
-webkit-box-shadow: 1px 1px 3px 2px #39BEE1;
box-shadow:1px 1px 3px 2px #39BEE1;">
Div content here</div>
This div box has shadow with color #39BEE1.

Preview

Color preview on black background

This text has color #39BEE1 on black background.


Color preview on white background

This text has color #39BEE1 on white background.



Black color preview on #39BEE1 background

This text has black color on #39BEE1 background.


White color preview on #39BEE1 background

This text has white color on #39BEE1 background.