Shades of Turquoise #39E2CE
Tints of Turquoise #39E2CE
RGB
CMYK
RGB Variations
Color information
#39E2CE (or 0x39E2CE) is known color: Turquoise. HEX triplet: 39, E2 and CE. RGB value is (57,226,206). Sum of RGB (Red+Green+Blue) = 57+226+206=489 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.66% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #39E2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E2CE is #C61D31. Grayscale: #ADADAD. Windows color (decimal): -12983602 or 13558329. OLE color: 13558329.
HSL color Cylindrical-coordinate representation of color #39E2CE: hue angle of 172.9º 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 #39E2CE is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 226 | 206 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.11 |
| HSL | 172.9º | 0.74% | 0.55% | - |
| HSV(B) | 172.9º | 0.75% | 0.89% | - |
| XYZ | 40.02 | 59.72 | 67.81 | - |
| YUV | 173.19 | 146.51 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 226 | 206 | 0.75 | 0 | 0.09 | 0.11 | 172.9 | 0.74 | 0.55 |
| Hex | 39 | E2 | CE | 4B | 0 | 9 | B | AD | 4A | 37 |
| Octal | 71 | 342 | 316 | 113 | 0 | 11 | 13 | 255 | 112 | 67 |
| Binary | 111001 | 11100010 | 11001110 | 1001011 | 0 | 1001 | 1011 | 10101101 | 1001010 | 110111 |
Color Harmonies of #39E2CE
Complementary color
Monochromatic Colors of #39E2CE
Black with #39E2CE
Text Example
Text Example
White with #39E2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E2CE; }
p { color: rgb(57,226,206); }
H1.HeaderClassName
{
color: #39E2CE;
}
.AnyTagClassName
{
color: #39E2CE;
}
</style>
background-color css
<style>
a { background-color: #39E2CE; }
a { background-color: rgb(57,226,206); }
div.DivClassName
{
background-color: #39E2CE;
}
.BgClassName
{
background-color: #39E2CE;
}
</style>
border-color css
<style>
span { border-color: #39E2CE; }
span { border-color: rgb(57,226,206); }
td.TdClassName
{
border-color: #39E2CE;
}
.TagClassName
{
border-color: #39E2CE;
}
</style>