Shades of Turquoise #39FFCD
Tints of Turquoise #39FFCD
RGB
CMYK
RGB Variations
Color information
#39FFCD (or 0x39FFCD) is known color: Turquoise. HEX triplet: 39, FF and CD. RGB value is (57,255,205). Sum of RGB (Red+Green+Blue) = 57+255+205=517 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.03% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFCD is #C60032. Grayscale: #BEBEBE. Windows color (decimal): -12976179 or 13500217. OLE color: 13500217.
HSL color Cylindrical-coordinate representation of color #39FFCD: hue angle of 164.85º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FFCD is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 205 | - |
| CMYK | 0.78 | 0 | 0.20 | 0 |
| HSL | 164.85º | 1% | 0.61% | - |
| HSV(B) | 164.85º | 0.78% | 1% | - |
| XYZ | 48.47 | 76.8 | 70.03 | - |
| YUV | 190.1 | 136.4 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 205 | 0.78 | 0 | 0.20 | 0 | 164.85 | 1 | 0.61 |
| Hex | 39 | FF | CD | 4E | 0 | 14 | 0 | A5 | 64 | 3D |
| Octal | 71 | 377 | 315 | 116 | 0 | 24 | 0 | 245 | 144 | 75 |
| Binary | 111001 | 11111111 | 11001101 | 1001110 | 0 | 10100 | 0 | 10100101 | 1100100 | 111101 |
Color Harmonies of #39FFCD
Complementary color
Monochromatic Colors of #39FFCD
Black with #39FFCD
Text Example
Text Example
White with #39FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFCD; }
p { color: rgb(57,255,205); }
H1.HeaderClassName
{
color: #39FFCD;
}
.AnyTagClassName
{
color: #39FFCD;
}
</style>
background-color css
<style>
a { background-color: #39FFCD; }
a { background-color: rgb(57,255,205); }
div.DivClassName
{
background-color: #39FFCD;
}
.BgClassName
{
background-color: #39FFCD;
}
</style>
border-color css
<style>
span { border-color: #39FFCD; }
span { border-color: rgb(57,255,205); }
td.TdClassName
{
border-color: #39FFCD;
}
.TagClassName
{
border-color: #39FFCD;
}
</style>