Shades of Turquoise #39FFCF
Tints of Turquoise #39FFCF
RGB
CMYK
RGB Variations
Color information
#39FFCF (or 0x39FFCF) is known color: Turquoise. HEX triplet: 39, FF and CF. RGB value is (57,255,207). Sum of RGB (Red+Green+Blue) = 57+255+207=519 (68% of max value = 765). Red value is 57 (22.66% from 255 or 10.98% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFCF is #C60030. Grayscale: #BEBEBE. Windows color (decimal): -12976177 or 13631289. OLE color: 13631289.
HSL color Cylindrical-coordinate representation of color #39FFCF: hue angle of 165.45º 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 #39FFCF is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 207 | - |
| CMYK | 0.78 | 0 | 0.19 | 0 |
| HSL | 165.45º | 1% | 0.61% | - |
| HSV(B) | 165.45º | 0.78% | 1% | - |
| XYZ | 48.71 | 76.89 | 71.31 | - |
| YUV | 190.33 | 137.4 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 207 | 0.78 | 0 | 0.19 | 0 | 165.45 | 1 | 0.61 |
| Hex | 39 | FF | CF | 4E | 0 | 13 | 0 | A5 | 64 | 3D |
| Octal | 71 | 377 | 317 | 116 | 0 | 23 | 0 | 245 | 144 | 75 |
| Binary | 111001 | 11111111 | 11001111 | 1001110 | 0 | 10011 | 0 | 10100101 | 1100100 | 111101 |
Color Harmonies of #39FFCF
Complementary color
Monochromatic Colors of #39FFCF
Black with #39FFCF
Text Example
Text Example
White with #39FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFCF; }
p { color: rgb(57,255,207); }
H1.HeaderClassName
{
color: #39FFCF;
}
.AnyTagClassName
{
color: #39FFCF;
}
</style>
background-color css
<style>
a { background-color: #39FFCF; }
a { background-color: rgb(57,255,207); }
div.DivClassName
{
background-color: #39FFCF;
}
.BgClassName
{
background-color: #39FFCF;
}
</style>
border-color css
<style>
span { border-color: #39FFCF; }
span { border-color: rgb(57,255,207); }
td.TdClassName
{
border-color: #39FFCF;
}
.TagClassName
{
border-color: #39FFCF;
}
</style>