Shades of Turquoise #58FCD9
Tints of Turquoise #58FCD9
RGB
CMYK
RGB Variations
Color information
#58FCD9 (or 0x58FCD9) is known color: Turquoise. HEX triplet: 58, FC and D9. RGB value is (88,252,217). Sum of RGB (Red+Green+Blue) = 88+252+217=557 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.80% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FCD9 is #A70326. Grayscale: #C6C6C6. Windows color (decimal): -10945319 or 14285912. OLE color: 14285912.
HSL color Cylindrical-coordinate representation of color #58FCD9: hue angle of 167.2º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FCD9 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 252 | 217 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.01 |
| HSL | 167.2º | 0.96% | 0.67% | - |
| HSV(B) | 167.2º | 0.65% | 0.99% | - |
| XYZ | 51.36 | 76.71 | 77.74 | - |
| YUV | 198.97 | 138.17 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 252 | 217 | 0.65 | 0 | 0.14 | 0.01 | 167.2 | 0.96 | 0.67 |
| Hex | 58 | FC | D9 | 41 | 0 | E | 1 | A7 | 60 | 43 |
| Octal | 130 | 374 | 331 | 101 | 0 | 16 | 1 | 247 | 140 | 103 |
| Binary | 1011000 | 11111100 | 11011001 | 1000001 | 0 | 1110 | 1 | 10100111 | 1100000 | 1000011 |
Color Harmonies of #58FCD9
Complementary color
Monochromatic Colors of #58FCD9
Black with #58FCD9
Text Example
Text Example
White with #58FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FCD9; }
p { color: rgb(88,252,217); }
H1.HeaderClassName
{
color: #58FCD9;
}
.AnyTagClassName
{
color: #58FCD9;
}
</style>
background-color css
<style>
a { background-color: #58FCD9; }
a { background-color: rgb(88,252,217); }
div.DivClassName
{
background-color: #58FCD9;
}
.BgClassName
{
background-color: #58FCD9;
}
</style>
border-color css
<style>
span { border-color: #58FCD9; }
span { border-color: rgb(88,252,217); }
td.TdClassName
{
border-color: #58FCD9;
}
.TagClassName
{
border-color: #58FCD9;
}
</style>