Shades of Medium Turquoise #58E0C5
Tints of Medium Turquoise #58E0C5
RGB
CMYK
RGB Variations
Color information
#58E0C5 (or 0x58E0C5) is known color: Medium Turquoise. HEX triplet: 58, E0 and C5. RGB value is (88,224,197). Sum of RGB (Red+Green+Blue) = 88+224+197=509 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.29% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #58E0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E0C5 is #A71F3A. Grayscale: #B4B4B4. Windows color (decimal): -10952507 or 12968024. OLE color: 12968024.
HSL color Cylindrical-coordinate representation of color #58E0C5: hue angle of 168.09º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E0C5 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 224 | 197 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.12 |
| HSL | 168.09º | 0.69% | 0.61% | - |
| HSV(B) | 168.09º | 0.61% | 0.88% | - |
| XYZ | 40.76 | 59.42 | 62.14 | - |
| YUV | 180.26 | 137.44 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 224 | 197 | 0.61 | 0 | 0.12 | 0.12 | 168.09 | 0.69 | 0.61 |
| Hex | 58 | E0 | C5 | 3D | 0 | C | C | A8 | 45 | 3D |
| Octal | 130 | 340 | 305 | 75 | 0 | 14 | 14 | 250 | 105 | 75 |
| Binary | 1011000 | 11100000 | 11000101 | 111101 | 0 | 1100 | 1100 | 10101000 | 1000101 | 111101 |
Color Harmonies of #58E0C5
Complementary color
Monochromatic Colors of #58E0C5
Black with #58E0C5
Text Example
Text Example
White with #58E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E0C5; }
p { color: rgb(88,224,197); }
H1.HeaderClassName
{
color: #58E0C5;
}
.AnyTagClassName
{
color: #58E0C5;
}
</style>
background-color css
<style>
a { background-color: #58E0C5; }
a { background-color: rgb(88,224,197); }
div.DivClassName
{
background-color: #58E0C5;
}
.BgClassName
{
background-color: #58E0C5;
}
</style>
border-color css
<style>
span { border-color: #58E0C5; }
span { border-color: rgb(88,224,197); }
td.TdClassName
{
border-color: #58E0C5;
}
.TagClassName
{
border-color: #58E0C5;
}
</style>