Shades of Turquoise #39D3EC
Tints of Turquoise #39D3EC
RGB
CMYK
RGB Variations
Color information
#39D3EC (or 0x39D3EC) is known color: Turquoise. HEX triplet: 39, D3 and EC. RGB value is (57,211,236). Sum of RGB (Red+Green+Blue) = 57+211+236=504 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.31% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #39D3EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39D3EC is #C62C13. Grayscale: #A7A7A7. Windows color (decimal): -12987412 or 15520569. OLE color: 15520569.
HSL color Cylindrical-coordinate representation of color #39D3EC: hue angle of 188.38º 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 #39D3EC is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 211 | 236 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.07 |
| HSL | 188.38º | 0.82% | 0.57% | - |
| HSV(B) | 188.38º | 0.76% | 0.93% | - |
| XYZ | 40.12 | 53.51 | 87.57 | - |
| YUV | 167.8 | 166.48 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 211 | 236 | 0.76 | 0.11 | 0 | 0.07 | 188.38 | 0.82 | 0.57 |
| Hex | 39 | D3 | EC | 4C | B | 0 | 7 | BC | 52 | 39 |
| Octal | 71 | 323 | 354 | 114 | 13 | 0 | 7 | 274 | 122 | 71 |
| Binary | 111001 | 11010011 | 11101100 | 1001100 | 1011 | 0 | 111 | 10111100 | 1010010 | 111001 |
Color Harmonies of #39D3EC
Complementary color
Monochromatic Colors of #39D3EC
Black with #39D3EC
Text Example
Text Example
White with #39D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D3EC; }
p { color: rgb(57,211,236); }
H1.HeaderClassName
{
color: #39D3EC;
}
.AnyTagClassName
{
color: #39D3EC;
}
</style>
background-color css
<style>
a { background-color: #39D3EC; }
a { background-color: rgb(57,211,236); }
div.DivClassName
{
background-color: #39D3EC;
}
.BgClassName
{
background-color: #39D3EC;
}
</style>
border-color css
<style>
span { border-color: #39D3EC; }
span { border-color: rgb(57,211,236); }
td.TdClassName
{
border-color: #39D3EC;
}
.TagClassName
{
border-color: #39D3EC;
}
</style>