Shades of Turquoise #59F2C3
Tints of Turquoise #59F2C3
RGB
CMYK
RGB Variations
Color information
#59F2C3 (or 0x59F2C3) is known color: Turquoise. HEX triplet: 59, F2 and C3. RGB value is (89,242,195). Sum of RGB (Red+Green+Blue) = 89+242+195=526 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.92% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #59F2C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F2C3 is #A60D3C. Grayscale: #BEBEBE. Windows color (decimal): -10882365 or 12841561. OLE color: 12841561.
HSL color Cylindrical-coordinate representation of color #59F2C3: hue angle of 161.57º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F2C3 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 242 | 195 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.05 |
| HSL | 161.57º | 0.85% | 0.65% | - |
| HSV(B) | 161.57º | 0.63% | 0.95% | - |
| XYZ | 45.72 | 69.57 | 62.65 | - |
| YUV | 190.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 242 | 195 | 0.63 | 0 | 0.19 | 0.05 | 161.57 | 0.85 | 0.65 |
| Hex | 59 | F2 | C3 | 3F | 0 | 13 | 5 | A2 | 55 | 41 |
| Octal | 131 | 362 | 303 | 77 | 0 | 23 | 5 | 242 | 125 | 101 |
| Binary | 1011001 | 11110010 | 11000011 | 111111 | 0 | 10011 | 101 | 10100010 | 1010101 | 1000001 |
Color Harmonies of #59F2C3
Complementary color
Monochromatic Colors of #59F2C3
Black with #59F2C3
Text Example
Text Example
White with #59F2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F2C3; }
p { color: rgb(89,242,195); }
H1.HeaderClassName
{
color: #59F2C3;
}
.AnyTagClassName
{
color: #59F2C3;
}
</style>
background-color css
<style>
a { background-color: #59F2C3; }
a { background-color: rgb(89,242,195); }
div.DivClassName
{
background-color: #59F2C3;
}
.BgClassName
{
background-color: #59F2C3;
}
</style>
border-color css
<style>
span { border-color: #59F2C3; }
span { border-color: rgb(89,242,195); }
td.TdClassName
{
border-color: #59F2C3;
}
.TagClassName
{
border-color: #59F2C3;
}
</style>