Shades of Medium Turquoise #58D6D2
Tints of Medium Turquoise #58D6D2
RGB
CMYK
RGB Variations
Color information
#58D6D2 (or 0x58D6D2) is known color: Medium Turquoise. HEX triplet: 58, D6 and D2. RGB value is (88,214,210). Sum of RGB (Red+Green+Blue) = 88+214+210=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #58D6D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D6D2 is #A7292D. Grayscale: #AFAFAF. Windows color (decimal): -10955054 or 13817432. OLE color: 13817432.
HSL color Cylindrical-coordinate representation of color #58D6D2: hue angle of 178.1º 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 #58D6D2 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 214 | 210 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.16 |
| HSL | 178.1º | 0.61% | 0.59% | - |
| HSV(B) | 178.1º | 0.59% | 0.84% | - |
| XYZ | 39.7 | 54.82 | 69.46 | - |
| YUV | 175.87 | 147.26 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 214 | 210 | 0.59 | 0 | 0.02 | 0.16 | 178.1 | 0.61 | 0.59 |
| Hex | 58 | D6 | D2 | 3B | 0 | 2 | 10 | B2 | 3D | 3B |
| Octal | 130 | 326 | 322 | 73 | 0 | 2 | 20 | 262 | 75 | 73 |
| Binary | 1011000 | 11010110 | 11010010 | 111011 | 0 | 10 | 10000 | 10110010 | 111101 | 111011 |
Color Harmonies of #58D6D2
Complementary color
Monochromatic Colors of #58D6D2
Black with #58D6D2
Text Example
Text Example
White with #58D6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D6D2; }
p { color: rgb(88,214,210); }
H1.HeaderClassName
{
color: #58D6D2;
}
.AnyTagClassName
{
color: #58D6D2;
}
</style>
background-color css
<style>
a { background-color: #58D6D2; }
a { background-color: rgb(88,214,210); }
div.DivClassName
{
background-color: #58D6D2;
}
.BgClassName
{
background-color: #58D6D2;
}
</style>
border-color css
<style>
span { border-color: #58D6D2; }
span { border-color: rgb(88,214,210); }
td.TdClassName
{
border-color: #58D6D2;
}
.TagClassName
{
border-color: #58D6D2;
}
</style>