Shades of Medium Turquoise #58C7D2
Tints of Medium Turquoise #58C7D2
RGB
CMYK
RGB Variations
Color information
#58C7D2 (or 0x58C7D2) is known color: Medium Turquoise. HEX triplet: 58, C7 and D2. RGB value is (88,199,210). Sum of RGB (Red+Green+Blue) = 88+199+210=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #58C7D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C7D2 is #A7382D. Grayscale: #A6A6A6. Windows color (decimal): -10958894 or 13813592. OLE color: 13813592.
HSL color Cylindrical-coordinate representation of color #58C7D2: hue angle of 185.41º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58C7D2 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 199 | 210 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.18 |
| HSL | 185.41º | 0.58% | 0.58% | - |
| HSV(B) | 185.41º | 0.58% | 0.82% | - |
| XYZ | 36.08 | 47.57 | 68.25 | - |
| YUV | 167.07 | 152.23 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 199 | 210 | 0.58 | 0.05 | 0 | 0.18 | 185.41 | 0.58 | 0.58 |
| Hex | 58 | C7 | D2 | 3A | 5 | 0 | 12 | B9 | 3A | 3A |
| Octal | 130 | 307 | 322 | 72 | 5 | 0 | 22 | 271 | 72 | 72 |
| Binary | 1011000 | 11000111 | 11010010 | 111010 | 101 | 0 | 10010 | 10111001 | 111010 | 111010 |
Color Harmonies of #58C7D2
Complementary color
Monochromatic Colors of #58C7D2
Black with #58C7D2
Text Example
Text Example
White with #58C7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C7D2; }
p { color: rgb(88,199,210); }
H1.HeaderClassName
{
color: #58C7D2;
}
.AnyTagClassName
{
color: #58C7D2;
}
</style>
background-color css
<style>
a { background-color: #58C7D2; }
a { background-color: rgb(88,199,210); }
div.DivClassName
{
background-color: #58C7D2;
}
.BgClassName
{
background-color: #58C7D2;
}
</style>
border-color css
<style>
span { border-color: #58C7D2; }
span { border-color: rgb(88,199,210); }
td.TdClassName
{
border-color: #58C7D2;
}
.TagClassName
{
border-color: #58C7D2;
}
</style>