Shades of Medium Turquoise #58D8C9
Tints of Medium Turquoise #58D8C9
RGB
CMYK
RGB Variations
Color information
#58D8C9 (or 0x58D8C9) is known color: Medium Turquoise. HEX triplet: 58, D8 and C9. RGB value is (88,216,201). Sum of RGB (Red+Green+Blue) = 88+216+201=505 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.43% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #58D8C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D8C9 is #A72736. Grayscale: #AFAFAF. Windows color (decimal): -10954551 or 13228120. OLE color: 13228120.
HSL color Cylindrical-coordinate representation of color #58D8C9: hue angle of 172.97º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D8C9 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 216 | 201 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.15 |
| HSL | 172.97º | 0.62% | 0.6% | - |
| HSV(B) | 172.97º | 0.59% | 0.85% | - |
| XYZ | 39.12 | 55.4 | 63.89 | - |
| YUV | 176.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 201 | 0.59 | 0 | 0.07 | 0.15 | 172.97 | 0.62 | 0.6 |
| Hex | 58 | D8 | C9 | 3B | 0 | 7 | F | AD | 3E | 3C |
| Octal | 130 | 330 | 311 | 73 | 0 | 7 | 17 | 255 | 76 | 74 |
| Binary | 1011000 | 11011000 | 11001001 | 111011 | 0 | 111 | 1111 | 10101101 | 111110 | 111100 |
Color Harmonies of #58D8C9
Complementary color
Monochromatic Colors of #58D8C9
Black with #58D8C9
Text Example
Text Example
White with #58D8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D8C9; }
p { color: rgb(88,216,201); }
H1.HeaderClassName
{
color: #58D8C9;
}
.AnyTagClassName
{
color: #58D8C9;
}
</style>
background-color css
<style>
a { background-color: #58D8C9; }
a { background-color: rgb(88,216,201); }
div.DivClassName
{
background-color: #58D8C9;
}
.BgClassName
{
background-color: #58D8C9;
}
</style>
border-color css
<style>
span { border-color: #58D8C9; }
span { border-color: rgb(88,216,201); }
td.TdClassName
{
border-color: #58D8C9;
}
.TagClassName
{
border-color: #58D8C9;
}
</style>