Shades of Medium Turquoise #58DDCD
Tints of Medium Turquoise #58DDCD
RGB
CMYK
RGB Variations
Color information
#58DDCD (or 0x58DDCD) is known color: Medium Turquoise. HEX triplet: 58, DD and CD. RGB value is (88,221,205). Sum of RGB (Red+Green+Blue) = 88+221+205=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDCD is #A72232. Grayscale: #B3B3B3. Windows color (decimal): -10953267 or 13491544. OLE color: 13491544.
HSL color Cylindrical-coordinate representation of color #58DDCD: hue angle of 172.78º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DDCD is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 205 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.13 |
| HSL | 172.78º | 0.66% | 0.61% | - |
| HSV(B) | 172.78º | 0.6% | 0.87% | - |
| XYZ | 40.9 | 58.2 | 66.83 | - |
| YUV | 179.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 205 | 0.60 | 0 | 0.07 | 0.13 | 172.78 | 0.66 | 0.61 |
| Hex | 58 | DD | CD | 3C | 0 | 7 | D | AD | 42 | 3D |
| Octal | 130 | 335 | 315 | 74 | 0 | 7 | 15 | 255 | 102 | 75 |
| Binary | 1011000 | 11011101 | 11001101 | 111100 | 0 | 111 | 1101 | 10101101 | 1000010 | 111101 |
Color Harmonies of #58DDCD
Complementary color
Monochromatic Colors of #58DDCD
Black with #58DDCD
Text Example
Text Example
White with #58DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DDCD; }
p { color: rgb(88,221,205); }
H1.HeaderClassName
{
color: #58DDCD;
}
.AnyTagClassName
{
color: #58DDCD;
}
</style>
background-color css
<style>
a { background-color: #58DDCD; }
a { background-color: rgb(88,221,205); }
div.DivClassName
{
background-color: #58DDCD;
}
.BgClassName
{
background-color: #58DDCD;
}
</style>
border-color css
<style>
span { border-color: #58DDCD; }
span { border-color: rgb(88,221,205); }
td.TdClassName
{
border-color: #58DDCD;
}
.TagClassName
{
border-color: #58DDCD;
}
</style>