Shades of Turquoise #39F2D5
Tints of Turquoise #39F2D5
RGB
CMYK
RGB Variations
Color information
#39F2D5 (or 0x39F2D5) is known color: Turquoise. HEX triplet: 39, F2 and D5. RGB value is (57,242,213). Sum of RGB (Red+Green+Blue) = 57+242+213=512 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.13% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #39F2D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F2D5 is #C60D2A. Grayscale: #B7B7B7. Windows color (decimal): -12979499 or 14021177. OLE color: 14021177.
HSL color Cylindrical-coordinate representation of color #39F2D5: hue angle of 170.59º 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 #39F2D5 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 242 | 213 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.05 |
| HSL | 170.59º | 0.88% | 0.59% | - |
| HSV(B) | 170.59º | 0.76% | 0.95% | - |
| XYZ | 45.45 | 69.18 | 73.91 | - |
| YUV | 183.38 | 144.71 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 242 | 213 | 0.76 | 0 | 0.12 | 0.05 | 170.59 | 0.88 | 0.59 |
| Hex | 39 | F2 | D5 | 4C | 0 | C | 5 | AB | 58 | 3B |
| Octal | 71 | 362 | 325 | 114 | 0 | 14 | 5 | 253 | 130 | 73 |
| Binary | 111001 | 11110010 | 11010101 | 1001100 | 0 | 1100 | 101 | 10101011 | 1011000 | 111011 |
Color Harmonies of #39F2D5
Complementary color
Monochromatic Colors of #39F2D5
Black with #39F2D5
Text Example
Text Example
White with #39F2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F2D5; }
p { color: rgb(57,242,213); }
H1.HeaderClassName
{
color: #39F2D5;
}
.AnyTagClassName
{
color: #39F2D5;
}
</style>
background-color css
<style>
a { background-color: #39F2D5; }
a { background-color: rgb(57,242,213); }
div.DivClassName
{
background-color: #39F2D5;
}
.BgClassName
{
background-color: #39F2D5;
}
</style>
border-color css
<style>
span { border-color: #39F2D5; }
span { border-color: rgb(57,242,213); }
td.TdClassName
{
border-color: #39F2D5;
}
.TagClassName
{
border-color: #39F2D5;
}
</style>