Shades of Medium Turquoise #58C2BD
Tints of Medium Turquoise #58C2BD
RGB
CMYK
RGB Variations
Color information
#58C2BD (or 0x58C2BD) is known color: Medium Turquoise. HEX triplet: 58, C2 and BD. RGB value is (88,194,189). Sum of RGB (Red+Green+Blue) = 88+194+189=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #58C2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C2BD is #A73D42. Grayscale: #A1A1A1. Windows color (decimal): -10960195 or 12436056. OLE color: 12436056.
HSL color Cylindrical-coordinate representation of color #58C2BD: hue angle of 177.17º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C2BD is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 189 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.24 |
| HSL | 177.17º | 0.46% | 0.55% | - |
| HSV(B) | 177.17º | 0.55% | 0.76% | - |
| XYZ | 32.5 | 44.33 | 54.99 | - |
| YUV | 161.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 189 | 0.55 | 0 | 0.03 | 0.24 | 177.17 | 0.46 | 0.55 |
| Hex | 58 | C2 | BD | 37 | 0 | 3 | 18 | B1 | 2E | 37 |
| Octal | 130 | 302 | 275 | 67 | 0 | 3 | 30 | 261 | 56 | 67 |
| Binary | 1011000 | 11000010 | 10111101 | 110111 | 0 | 11 | 11000 | 10110001 | 101110 | 110111 |
Color Harmonies of #58C2BD
Complementary color
Monochromatic Colors of #58C2BD
Black with #58C2BD
Text Example
Text Example
White with #58C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C2BD; }
p { color: rgb(88,194,189); }
H1.HeaderClassName
{
color: #58C2BD;
}
.AnyTagClassName
{
color: #58C2BD;
}
</style>
background-color css
<style>
a { background-color: #58C2BD; }
a { background-color: rgb(88,194,189); }
div.DivClassName
{
background-color: #58C2BD;
}
.BgClassName
{
background-color: #58C2BD;
}
</style>
border-color css
<style>
span { border-color: #58C2BD; }
span { border-color: rgb(88,194,189); }
td.TdClassName
{
border-color: #58C2BD;
}
.TagClassName
{
border-color: #58C2BD;
}
</style>