Shades of Turquoise #39D2EC
Tints of Turquoise #39D2EC
RGB
CMYK
RGB Variations
Color information
#39D2EC (or 0x39D2EC) is known color: Turquoise. HEX triplet: 39, D2 and EC. RGB value is (57,210,236). Sum of RGB (Red+Green+Blue) = 57+210+236=503 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.33% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #39D2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39D2EC is #C62D13. Grayscale: #A6A6A6. Windows color (decimal): -12987668 or 15520313. OLE color: 15520313.
HSL color Cylindrical-coordinate representation of color #39D2EC: hue angle of 188.72º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39D2EC is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 210 | 236 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.07 |
| HSL | 188.72º | 0.82% | 0.57% | - |
| HSV(B) | 188.72º | 0.76% | 0.93% | - |
| XYZ | 39.87 | 53.02 | 87.49 | - |
| YUV | 167.22 | 166.81 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 210 | 236 | 0.76 | 0.11 | 0 | 0.07 | 188.72 | 0.82 | 0.57 |
| Hex | 39 | D2 | EC | 4C | B | 0 | 7 | BD | 52 | 39 |
| Octal | 71 | 322 | 354 | 114 | 13 | 0 | 7 | 275 | 122 | 71 |
| Binary | 111001 | 11010010 | 11101100 | 1001100 | 1011 | 0 | 111 | 10111101 | 1010010 | 111001 |
Color Harmonies of #39D2EC
Complementary color
Monochromatic Colors of #39D2EC
Black with #39D2EC
Text Example
Text Example
White with #39D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D2EC; }
p { color: rgb(57,210,236); }
H1.HeaderClassName
{
color: #39D2EC;
}
.AnyTagClassName
{
color: #39D2EC;
}
</style>
background-color css
<style>
a { background-color: #39D2EC; }
a { background-color: rgb(57,210,236); }
div.DivClassName
{
background-color: #39D2EC;
}
.BgClassName
{
background-color: #39D2EC;
}
</style>
border-color css
<style>
span { border-color: #39D2EC; }
span { border-color: rgb(57,210,236); }
td.TdClassName
{
border-color: #39D2EC;
}
.TagClassName
{
border-color: #39D2EC;
}
</style>