#39E2CF

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

Shades of Turquoise #39E2CF

Tints of Turquoise #39E2CF

Color information

#39E2CF (or 0x39E2CF) is unknown color: approx Turquoise. HEX triplet: 39, E2 and CF. RGB value is (57,226,207). Sum of RGB (Red+Green+Blue) = 57+226+207=490 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.63% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #39E2CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E2CF is #C61D30. Grayscale: #ADADAD. Windows color (decimal): -12983601 or 13623865. OLE color: 13623865.

HSL color Cylindrical-coordinate representation of color #39E2CF: hue angle of 173.25º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E2CF is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB57226207-
CMYK0.7500.080.11
HSL173.25º74.45%55.49%-
HSV(B)173.25º74.78%88.63%-
XYZ40.1559.7768.45-
YUV173.3147.0145.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.63%
GREEN value IS 226 (88.67% from 255) = 46.12%
BLUE value IS 207 (81.25% from 255) = 42.24%
R=11.63%
G=46.12%
B=42.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal572262070.7500.080.11173.2574.4555.49
Hex39E2CF4B08Bad4a37
Octal713423171130101325511267
Binary11100111100010110011111001011010001011101011011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,226,207); }

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

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

 a { background-color: rgb(57,226,207); }

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

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

 span { border-color: rgb(57,226,207); }

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