Html Css Color HEX #39DCEB Turquoise

📋 copy color: '#39DCEB'

red 57 ◦ green 220 ◦ blue 235

#39DCEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #39DCEB

Tints of Turquoise #39DCEB

RGB

 RED value IS 57 (22.66% from 255) = 11.13%

 GREEN value IS 220 (86.33% from 255) = 42.97%

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 11.13%
G = 42.97%
B = 45.9%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#39DCEB (or 0x39DCEB) is known color: Turquoise. HEX triplet: 39, DC and EB. RGB value is (57,220,235). Sum of RGB (Red+Green+Blue) = 57+220+235=512 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.13% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #39DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DCEB is #C62314. Grayscale: #ACACAC. Windows color (decimal): -12985109 or 15457337. OLE color: 15457337.

HSL color Cylindrical-coordinate representation of color #39DCEB: hue angle of 185.06º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39DCEB is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 57 220 235 -
CMYK 0.76 0.06 0 0.08
HSL 185.06º 0.82% 0.57% -
HSV(B) 185.06º 0.76% 0.92% -
XYZ 42.28 58.05 87.57 -
YUV 172.97 163 45.28 -
System Red Green Blue C M Y K H S L
Decimal 57 220 235 0.76 0.06 0 0.08 185.06 0.82 0.57
Hex 39 DC EB 4C 6 0 8 B9 52 39
Octal 71 334 353 114 6 0 10 271 122 71
Binary 111001 11011100 11101011 1001100 110 0 1000 10111001 1010010 111001

Color Harmonies of #39DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DCEB

Black with #39DCEB

Text Example


Text Example

White with #39DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39DCEB; }

 p { color: rgb(57,220,235); }

 H1.HeaderClassName
 {
   color: #39DCEB;
 }
 .AnyTagClassName
 {
   color: #39DCEB;
 }
</style>

background-color css

<style>
 a { background-color: #39DCEB; }

 a { background-color: rgb(57,220,235); }

 div.DivClassName
 {
   background-color: #39DCEB;
 }
 .BgClassName
 {
   background-color: #39DCEB;
 }
</style>

border-color css

<style>
 span { border-color: #39DCEB; }

 span { border-color: rgb(57,220,235); }

 td.TdClassName
 {
   border-color: #39DCEB;
 }
 .TagClassName
 {
   border-color: #39DCEB;
 }
</style>