Shades of Medium Turquoise #58D7D0
Tints of Medium Turquoise #58D7D0
RGB
CMYK
RGB Variations
Color information
#58D7D0 (or 0x58D7D0) is known color: Medium Turquoise. HEX triplet: 58, D7 and D0. RGB value is (88,215,208). Sum of RGB (Red+Green+Blue) = 88+215+208=511 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.22% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #58D7D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D7D0 is #A7282F. Grayscale: #B0B0B0. Windows color (decimal): -10954800 or 13686616. OLE color: 13686616.
HSL color Cylindrical-coordinate representation of color #58D7D0: hue angle of 176.69º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D7D0 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 215 | 208 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.16 |
| HSL | 176.69º | 0.61% | 0.59% | - |
| HSV(B) | 176.69º | 0.59% | 0.84% | - |
| XYZ | 39.71 | 55.23 | 68.24 | - |
| YUV | 176.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 215 | 208 | 0.59 | 0 | 0.03 | 0.16 | 176.69 | 0.61 | 0.59 |
| Hex | 58 | D7 | D0 | 3B | 0 | 3 | 10 | B1 | 3D | 3B |
| Octal | 130 | 327 | 320 | 73 | 0 | 3 | 20 | 261 | 75 | 73 |
| Binary | 1011000 | 11010111 | 11010000 | 111011 | 0 | 11 | 10000 | 10110001 | 111101 | 111011 |
Color Harmonies of #58D7D0
Complementary color
Monochromatic Colors of #58D7D0
Black with #58D7D0
Text Example
Text Example
White with #58D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D7D0; }
p { color: rgb(88,215,208); }
H1.HeaderClassName
{
color: #58D7D0;
}
.AnyTagClassName
{
color: #58D7D0;
}
</style>
background-color css
<style>
a { background-color: #58D7D0; }
a { background-color: rgb(88,215,208); }
div.DivClassName
{
background-color: #58D7D0;
}
.BgClassName
{
background-color: #58D7D0;
}
</style>
border-color css
<style>
span { border-color: #58D7D0; }
span { border-color: rgb(88,215,208); }
td.TdClassName
{
border-color: #58D7D0;
}
.TagClassName
{
border-color: #58D7D0;
}
</style>