Shades of Turquoise #39F2CE
Tints of Turquoise #39F2CE
RGB
CMYK
RGB Variations
Color information
#39F2CE (or 0x39F2CE) is known color: Turquoise. HEX triplet: 39, F2 and CE. RGB value is (57,242,206). Sum of RGB (Red+Green+Blue) = 57+242+206=505 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.29% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #39F2CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F2CE is #C60D31. Grayscale: #B6B6B6. Windows color (decimal): -12979506 or 13562425. OLE color: 13562425.
HSL color Cylindrical-coordinate representation of color #39F2CE: hue angle of 168.32º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39F2CE is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 242 | 206 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.05 |
| HSL | 168.32º | 0.88% | 0.59% | - |
| HSV(B) | 168.32º | 0.76% | 0.95% | - |
| XYZ | 44.58 | 68.83 | 69.33 | - |
| YUV | 182.58 | 141.21 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 242 | 206 | 0.76 | 0 | 0.15 | 0.05 | 168.32 | 0.88 | 0.59 |
| Hex | 39 | F2 | CE | 4C | 0 | F | 5 | A8 | 58 | 3B |
| Octal | 71 | 362 | 316 | 114 | 0 | 17 | 5 | 250 | 130 | 73 |
| Binary | 111001 | 11110010 | 11001110 | 1001100 | 0 | 1111 | 101 | 10101000 | 1011000 | 111011 |
Color Harmonies of #39F2CE
Complementary color
Monochromatic Colors of #39F2CE
Black with #39F2CE
Text Example
Text Example
White with #39F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F2CE; }
p { color: rgb(57,242,206); }
H1.HeaderClassName
{
color: #39F2CE;
}
.AnyTagClassName
{
color: #39F2CE;
}
</style>
background-color css
<style>
a { background-color: #39F2CE; }
a { background-color: rgb(57,242,206); }
div.DivClassName
{
background-color: #39F2CE;
}
.BgClassName
{
background-color: #39F2CE;
}
</style>
border-color css
<style>
span { border-color: #39F2CE; }
span { border-color: rgb(57,242,206); }
td.TdClassName
{
border-color: #39F2CE;
}
.TagClassName
{
border-color: #39F2CE;
}
</style>