Shades of Medium Turquoise #58CDC9
Tints of Medium Turquoise #58CDC9
RGB
CMYK
RGB Variations
Color information
#58CDC9 (or 0x58CDC9) is known color: Medium Turquoise. HEX triplet: 58, CD and C9. RGB value is (88,205,201). Sum of RGB (Red+Green+Blue) = 88+205+201=494 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.81% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDC9 is #A73236. Grayscale: #A9A9A9. Windows color (decimal): -10957367 or 13225304. OLE color: 13225304.
HSL color Cylindrical-coordinate representation of color #58CDC9: hue angle of 177.95º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CDC9 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 205 | 201 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.20 |
| HSL | 177.95º | 0.54% | 0.57% | - |
| HSV(B) | 177.95º | 0.57% | 0.8% | - |
| XYZ | 36.4 | 49.95 | 62.98 | - |
| YUV | 169.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 205 | 201 | 0.57 | 0 | 0.02 | 0.20 | 177.95 | 0.54 | 0.57 |
| Hex | 58 | CD | C9 | 39 | 0 | 2 | 14 | B2 | 36 | 39 |
| Octal | 130 | 315 | 311 | 71 | 0 | 2 | 24 | 262 | 66 | 71 |
| Binary | 1011000 | 11001101 | 11001001 | 111001 | 0 | 10 | 10100 | 10110010 | 110110 | 111001 |
Color Harmonies of #58CDC9
Complementary color
Monochromatic Colors of #58CDC9
Black with #58CDC9
Text Example
Text Example
White with #58CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CDC9; }
p { color: rgb(88,205,201); }
H1.HeaderClassName
{
color: #58CDC9;
}
.AnyTagClassName
{
color: #58CDC9;
}
</style>
background-color css
<style>
a { background-color: #58CDC9; }
a { background-color: rgb(88,205,201); }
div.DivClassName
{
background-color: #58CDC9;
}
.BgClassName
{
background-color: #58CDC9;
}
</style>
border-color css
<style>
span { border-color: #58CDC9; }
span { border-color: rgb(88,205,201); }
td.TdClassName
{
border-color: #58CDC9;
}
.TagClassName
{
border-color: #58CDC9;
}
</style>