Shades of Medium Turquoise #58C3BC
Tints of Medium Turquoise #58C3BC
RGB
CMYK
RGB Variations
Color information
#58C3BC (or 0x58C3BC) is known color: Medium Turquoise. HEX triplet: 58, C3 and BC. RGB value is (88,195,188). Sum of RGB (Red+Green+Blue) = 88+195+188=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #58C3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C3BC is #A73C43. Grayscale: #A2A2A2. Windows color (decimal): -10959940 or 12370776. OLE color: 12370776.
HSL color Cylindrical-coordinate representation of color #58C3BC: hue angle of 176.07º degrees, saturation: 0.47, 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 #58C3BC is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 188 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.24 |
| HSL | 176.07º | 0.47% | 0.55% | - |
| HSV(B) | 176.07º | 0.55% | 0.76% | - |
| XYZ | 32.62 | 44.74 | 54.49 | - |
| YUV | 162.21 | 142.55 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 188 | 0.55 | 0 | 0.04 | 0.24 | 176.07 | 0.47 | 0.55 |
| Hex | 58 | C3 | BC | 37 | 0 | 4 | 18 | B0 | 2F | 37 |
| Octal | 130 | 303 | 274 | 67 | 0 | 4 | 30 | 260 | 57 | 67 |
| Binary | 1011000 | 11000011 | 10111100 | 110111 | 0 | 100 | 11000 | 10110000 | 101111 | 110111 |
Color Harmonies of #58C3BC
Complementary color
Monochromatic Colors of #58C3BC
Black with #58C3BC
Text Example
Text Example
White with #58C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C3BC; }
p { color: rgb(88,195,188); }
H1.HeaderClassName
{
color: #58C3BC;
}
.AnyTagClassName
{
color: #58C3BC;
}
</style>
background-color css
<style>
a { background-color: #58C3BC; }
a { background-color: rgb(88,195,188); }
div.DivClassName
{
background-color: #58C3BC;
}
.BgClassName
{
background-color: #58C3BC;
}
</style>
border-color css
<style>
span { border-color: #58C3BC; }
span { border-color: rgb(88,195,188); }
td.TdClassName
{
border-color: #58C3BC;
}
.TagClassName
{
border-color: #58C3BC;
}
</style>