#39D6EA

Color #39D6EA Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #39D6EA

Tints of Turquoise #39D6EA

Color information

#39D6EA (or 0x39D6EA) is unknown color: approx Turquoise. HEX triplet: 39, D6 and EA. RGB value is (57,214,234). Sum of RGB (Red+Green+Blue) = 57+214+234=505 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.29% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #39D6EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39D6EA is #C62915. Grayscale: #A9A9A9. Windows color (decimal): -12986646 or 15390265. OLE color: 15390265.

HSL color Cylindrical-coordinate representation of color #39D6EA: hue angle of 186.78º degrees, saturation: 0.81, 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 #39D6EA is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB57214234-
CMYK0.760.0900.08
HSL186.78º80.82%57.06%-
HSV(B)186.78º75.64%91.76%-
XYZ40.5954.986.3-
YUV169.34164.4947.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.29%
GREEN value IS 214 (83.98% from 255) = 42.38%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=11.29%
G=42.38%
B=46.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal572142340.760.0900.08186.7880.8257.06
Hex39D6EA4C908bb5139
Octal713263521141101027312171
Binary11100111010110111010101001100100101000101110111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,214,234); }

 H1.HeaderClassName
 {
   color: #39D6EA;
 }
 .AnyTagClassName
 {
   color: #39D6EA;
 }
</style>
background-color css

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

 a { background-color: rgb(57,214,234); }

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

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

 span { border-color: rgb(57,214,234); }

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