Shades of Turquoise #39DCEC
Tints of Turquoise #39DCEC
RGB
CMYK
RGB Variations
Color information
#39DCEC (or 0x39DCEC) is known color: Turquoise. HEX triplet: 39, DC and EC. RGB value is (57,220,236). Sum of RGB (Red+Green+Blue) = 57+220+236=513 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.11% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #39DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DCEC is #C62313. Grayscale: #ACACAC. Windows color (decimal): -12985108 or 15522873. OLE color: 15522873.
HSL color Cylindrical-coordinate representation of color #39DCEC: hue angle of 185.36º 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 #39DCEC is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 220 | 236 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.07 |
| HSL | 185.36º | 0.82% | 0.57% | - |
| HSV(B) | 185.36º | 0.76% | 0.93% | - |
| XYZ | 42.42 | 58.11 | 88.34 | - |
| YUV | 173.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 236 | 0.76 | 0.07 | 0 | 0.07 | 185.36 | 0.82 | 0.57 |
| Hex | 39 | DC | EC | 4C | 7 | 0 | 7 | B9 | 52 | 39 |
| Octal | 71 | 334 | 354 | 114 | 7 | 0 | 7 | 271 | 122 | 71 |
| Binary | 111001 | 11011100 | 11101100 | 1001100 | 111 | 0 | 111 | 10111001 | 1010010 | 111001 |
Color Harmonies of #39DCEC
Complementary color
Monochromatic Colors of #39DCEC
Black with #39DCEC
Text Example
Text Example
White with #39DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DCEC; }
p { color: rgb(57,220,236); }
H1.HeaderClassName
{
color: #39DCEC;
}
.AnyTagClassName
{
color: #39DCEC;
}
</style>
background-color css
<style>
a { background-color: #39DCEC; }
a { background-color: rgb(57,220,236); }
div.DivClassName
{
background-color: #39DCEC;
}
.BgClassName
{
background-color: #39DCEC;
}
</style>
border-color css
<style>
span { border-color: #39DCEC; }
span { border-color: rgb(57,220,236); }
td.TdClassName
{
border-color: #39DCEC;
}
.TagClassName
{
border-color: #39DCEC;
}
</style>