#39D6DF

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

Shades of Turquoise #39D6DF

Tints of Turquoise #39D6DF

Color information

#39D6DF (or 0x39D6DF) is unknown color: approx Turquoise. HEX triplet: 39, D6 and DF. RGB value is (57,214,223). Sum of RGB (Red+Green+Blue) = 57+214+223=494 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.54% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #39D6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D6DF is #C62920. Grayscale: #A7A7A7. Windows color (decimal): -12986657 or 14669369. OLE color: 14669369.

HSL color Cylindrical-coordinate representation of color #39D6DF: hue angle of 183.25º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39D6DF is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB57214223-
CMYK0.740.0400.13
HSL183.25º72.17%54.9%-
HSV(B)183.25º74.44%87.45%-
XYZ39.0554.2978.23-
YUV168.08158.9948.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.54%
GREEN value IS 214 (83.98% from 255) = 43.32%
BLUE value IS 223 (87.5% from 255) = 45.14%
R=11.54%
G=43.32%
B=45.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal572142230.740.0400.13183.2572.1754.9
Hex39D6DF4A40Db74837
Octal71326337112401526711067
Binary1110011101011011011111100101010001101101101111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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