Shades of Medium Turquoise #58DDD9
Tints of Medium Turquoise #58DDD9
RGB
CMYK
RGB Variations
Color information
#58DDD9 (or 0x58DDD9) is known color: Medium Turquoise. HEX triplet: 58, DD and D9. RGB value is (88,221,217). Sum of RGB (Red+Green+Blue) = 88+221+217=526 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.73% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DDD9 is #A72226. Grayscale: #B4B4B4. Windows color (decimal): -10953255 or 14277976. OLE color: 14277976.
HSL color Cylindrical-coordinate representation of color #58DDD9: hue angle of 178.2º 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 #58DDD9 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 217 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.13 |
| HSL | 178.2º | 0.66% | 0.61% | - |
| HSV(B) | 178.2º | 0.6% | 0.87% | - |
| XYZ | 42.41 | 58.8 | 74.76 | - |
| YUV | 180.78 | 148.44 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 217 | 0.60 | 0 | 0.02 | 0.13 | 178.2 | 0.66 | 0.61 |
| Hex | 58 | DD | D9 | 3C | 0 | 2 | D | B2 | 42 | 3D |
| Octal | 130 | 335 | 331 | 74 | 0 | 2 | 15 | 262 | 102 | 75 |
| Binary | 1011000 | 11011101 | 11011001 | 111100 | 0 | 10 | 1101 | 10110010 | 1000010 | 111101 |
Color Harmonies of #58DDD9
Complementary color
Monochromatic Colors of #58DDD9
Black with #58DDD9
Text Example
Text Example
White with #58DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DDD9; }
p { color: rgb(88,221,217); }
H1.HeaderClassName
{
color: #58DDD9;
}
.AnyTagClassName
{
color: #58DDD9;
}
</style>
background-color css
<style>
a { background-color: #58DDD9; }
a { background-color: rgb(88,221,217); }
div.DivClassName
{
background-color: #58DDD9;
}
.BgClassName
{
background-color: #58DDD9;
}
</style>
border-color css
<style>
span { border-color: #58DDD9; }
span { border-color: rgb(88,221,217); }
td.TdClassName
{
border-color: #58DDD9;
}
.TagClassName
{
border-color: #58DDD9;
}
</style>