Shades of Turquoise #39F0CC
Tints of Turquoise #39F0CC
RGB
CMYK
RGB Variations
Color information
#39F0CC (or 0x39F0CC) is known color: Turquoise. HEX triplet: 39, F0 and CC. RGB value is (57,240,204). Sum of RGB (Red+Green+Blue) = 57+240+204=501 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.38% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #39F0CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F0CC is #C60F33. Grayscale: #B5B5B5. Windows color (decimal): -12980020 or 13430841. OLE color: 13430841.
HSL color Cylindrical-coordinate representation of color #39F0CC: hue angle of 168.2º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39F0CC is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 240 | 204 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.06 |
| HSL | 168.2º | 0.86% | 0.58% | - |
| HSV(B) | 168.2º | 0.76% | 0.94% | - |
| XYZ | 43.75 | 67.55 | 67.86 | - |
| YUV | 181.18 | 140.87 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 240 | 204 | 0.76 | 0 | 0.15 | 0.06 | 168.2 | 0.86 | 0.58 |
| Hex | 39 | F0 | CC | 4C | 0 | F | 6 | A8 | 56 | 3A |
| Octal | 71 | 360 | 314 | 114 | 0 | 17 | 6 | 250 | 126 | 72 |
| Binary | 111001 | 11110000 | 11001100 | 1001100 | 0 | 1111 | 110 | 10101000 | 1010110 | 111010 |
Color Harmonies of #39F0CC
Complementary color
Monochromatic Colors of #39F0CC
Black with #39F0CC
Text Example
Text Example
White with #39F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F0CC; }
p { color: rgb(57,240,204); }
H1.HeaderClassName
{
color: #39F0CC;
}
.AnyTagClassName
{
color: #39F0CC;
}
</style>
background-color css
<style>
a { background-color: #39F0CC; }
a { background-color: rgb(57,240,204); }
div.DivClassName
{
background-color: #39F0CC;
}
.BgClassName
{
background-color: #39F0CC;
}
</style>
border-color css
<style>
span { border-color: #39F0CC; }
span { border-color: rgb(57,240,204); }
td.TdClassName
{
border-color: #39F0CC;
}
.TagClassName
{
border-color: #39F0CC;
}
</style>