Shades of Turquoise #39F2C5
Tints of Turquoise #39F2C5
RGB
CMYK
RGB Variations
Color information
#39F2C5 (or 0x39F2C5) is known color: Turquoise. HEX triplet: 39, F2 and C5. RGB value is (57,242,197). Sum of RGB (Red+Green+Blue) = 57+242+197=496 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.49% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #39F2C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F2C5 is #C60D3A. Grayscale: #B5B5B5. Windows color (decimal): -12979515 or 12972601. OLE color: 12972601.
HSL color Cylindrical-coordinate representation of color #39F2C5: hue angle of 165.41º 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 #39F2C5 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 242 | 197 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.05 |
| HSL | 165.41º | 0.88% | 0.59% | - |
| HSV(B) | 165.41º | 0.76% | 0.95% | - |
| XYZ | 43.52 | 68.41 | 63.73 | - |
| YUV | 181.56 | 136.71 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 242 | 197 | 0.76 | 0 | 0.19 | 0.05 | 165.41 | 0.88 | 0.59 |
| Hex | 39 | F2 | C5 | 4C | 0 | 13 | 5 | A5 | 58 | 3B |
| Octal | 71 | 362 | 305 | 114 | 0 | 23 | 5 | 245 | 130 | 73 |
| Binary | 111001 | 11110010 | 11000101 | 1001100 | 0 | 10011 | 101 | 10100101 | 1011000 | 111011 |
Color Harmonies of #39F2C5
Complementary color
Monochromatic Colors of #39F2C5
Black with #39F2C5
Text Example
Text Example
White with #39F2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F2C5; }
p { color: rgb(57,242,197); }
H1.HeaderClassName
{
color: #39F2C5;
}
.AnyTagClassName
{
color: #39F2C5;
}
</style>
background-color css
<style>
a { background-color: #39F2C5; }
a { background-color: rgb(57,242,197); }
div.DivClassName
{
background-color: #39F2C5;
}
.BgClassName
{
background-color: #39F2C5;
}
</style>
border-color css
<style>
span { border-color: #39F2C5; }
span { border-color: rgb(57,242,197); }
td.TdClassName
{
border-color: #39F2C5;
}
.TagClassName
{
border-color: #39F2C5;
}
</style>