Shades of Medium Turquoise #58DDC5
Tints of Medium Turquoise #58DDC5
RGB
CMYK
RGB Variations
Color information
#58DDC5 (or 0x58DDC5) is known color: Medium Turquoise. HEX triplet: 58, DD and C5. RGB value is (88,221,197). Sum of RGB (Red+Green+Blue) = 88+221+197=506 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.39% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDC5 is #A7223A. Grayscale: #B2B2B2. Windows color (decimal): -10953275 or 12967256. OLE color: 12967256.
HSL color Cylindrical-coordinate representation of color #58DDC5: hue angle of 169.17º 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 #58DDC5 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 197 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.13 |
| HSL | 169.17º | 0.66% | 0.61% | - |
| HSV(B) | 169.17º | 0.6% | 0.87% | - |
| XYZ | 39.96 | 57.82 | 61.88 | - |
| YUV | 178.5 | 138.44 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 197 | 0.60 | 0 | 0.11 | 0.13 | 169.17 | 0.66 | 0.61 |
| Hex | 58 | DD | C5 | 3C | 0 | B | D | A9 | 42 | 3D |
| Octal | 130 | 335 | 305 | 74 | 0 | 13 | 15 | 251 | 102 | 75 |
| Binary | 1011000 | 11011101 | 11000101 | 111100 | 0 | 1011 | 1101 | 10101001 | 1000010 | 111101 |
Color Harmonies of #58DDC5
Complementary color
Monochromatic Colors of #58DDC5
Black with #58DDC5
Text Example
Text Example
White with #58DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DDC5; }
p { color: rgb(88,221,197); }
H1.HeaderClassName
{
color: #58DDC5;
}
.AnyTagClassName
{
color: #58DDC5;
}
</style>
background-color css
<style>
a { background-color: #58DDC5; }
a { background-color: rgb(88,221,197); }
div.DivClassName
{
background-color: #58DDC5;
}
.BgClassName
{
background-color: #58DDC5;
}
</style>
border-color css
<style>
span { border-color: #58DDC5; }
span { border-color: rgb(88,221,197); }
td.TdClassName
{
border-color: #58DDC5;
}
.TagClassName
{
border-color: #58DDC5;
}
</style>