Shades of Medium Turquoise #58D9C7
Tints of Medium Turquoise #58D9C7
RGB
CMYK
RGB Variations
Color information
#58D9C7 (or 0x58D9C7) is known color: Medium Turquoise. HEX triplet: 58, D9 and C7. RGB value is (88,217,199). Sum of RGB (Red+Green+Blue) = 88+217+199=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #58D9C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D9C7 is #A72638. Grayscale: #B0B0B0. Windows color (decimal): -10954297 or 13097304. OLE color: 13097304.
HSL color Cylindrical-coordinate representation of color #58D9C7: hue angle of 171.63º degrees, saturation: 0.63, 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 #58D9C7 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 217 | 199 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.15 |
| HSL | 171.63º | 0.63% | 0.6% | - |
| HSV(B) | 171.63º | 0.59% | 0.85% | - |
| XYZ | 39.15 | 55.82 | 62.74 | - |
| YUV | 176.38 | 140.76 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 217 | 199 | 0.59 | 0 | 0.08 | 0.15 | 171.63 | 0.63 | 0.6 |
| Hex | 58 | D9 | C7 | 3B | 0 | 8 | F | AC | 3F | 3C |
| Octal | 130 | 331 | 307 | 73 | 0 | 10 | 17 | 254 | 77 | 74 |
| Binary | 1011000 | 11011001 | 11000111 | 111011 | 0 | 1000 | 1111 | 10101100 | 111111 | 111100 |
Color Harmonies of #58D9C7
Complementary color
Monochromatic Colors of #58D9C7
Black with #58D9C7
Text Example
Text Example
White with #58D9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D9C7; }
p { color: rgb(88,217,199); }
H1.HeaderClassName
{
color: #58D9C7;
}
.AnyTagClassName
{
color: #58D9C7;
}
</style>
background-color css
<style>
a { background-color: #58D9C7; }
a { background-color: rgb(88,217,199); }
div.DivClassName
{
background-color: #58D9C7;
}
.BgClassName
{
background-color: #58D9C7;
}
</style>
border-color css
<style>
span { border-color: #58D9C7; }
span { border-color: rgb(88,217,199); }
td.TdClassName
{
border-color: #58D9C7;
}
.TagClassName
{
border-color: #58D9C7;
}
</style>