Shades of Turquoise #39E8C8
Tints of Turquoise #39E8C8
RGB
CMYK
RGB Variations
Color information
#39E8C8 (or 0x39E8C8) is known color: Turquoise. HEX triplet: 39, E8 and C8. RGB value is (57,232,200). Sum of RGB (Red+Green+Blue) = 57+232+200=489 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.66% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #39E8C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39E8C8 is #C61737. Grayscale: #AFAFAF. Windows color (decimal): -12982072 or 13166649. OLE color: 13166649.
HSL color Cylindrical-coordinate representation of color #39E8C8: hue angle of 169.03º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E8C8 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 232 | 200 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.09 |
| HSL | 169.03º | 0.79% | 0.57% | - |
| HSV(B) | 169.03º | 0.75% | 0.91% | - |
| XYZ | 40.97 | 62.75 | 64.6 | - |
| YUV | 176.03 | 141.52 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 232 | 200 | 0.75 | 0 | 0.14 | 0.09 | 169.03 | 0.79 | 0.57 |
| Hex | 39 | E8 | C8 | 4B | 0 | E | 9 | A9 | 4F | 39 |
| Octal | 71 | 350 | 310 | 113 | 0 | 16 | 11 | 251 | 117 | 71 |
| Binary | 111001 | 11101000 | 11001000 | 1001011 | 0 | 1110 | 1001 | 10101001 | 1001111 | 111001 |
Color Harmonies of #39E8C8
Complementary color
Monochromatic Colors of #39E8C8
Black with #39E8C8
Text Example
Text Example
White with #39E8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E8C8; }
p { color: rgb(57,232,200); }
H1.HeaderClassName
{
color: #39E8C8;
}
.AnyTagClassName
{
color: #39E8C8;
}
</style>
background-color css
<style>
a { background-color: #39E8C8; }
a { background-color: rgb(57,232,200); }
div.DivClassName
{
background-color: #39E8C8;
}
.BgClassName
{
background-color: #39E8C8;
}
</style>
border-color css
<style>
span { border-color: #39E8C8; }
span { border-color: rgb(57,232,200); }
td.TdClassName
{
border-color: #39E8C8;
}
.TagClassName
{
border-color: #39E8C8;
}
</style>