Shades of Medium Turquoise #58CEC5
Tints of Medium Turquoise #58CEC5
RGB
CMYK
RGB Variations
Color information
#58CEC5 (or 0x58CEC5) is known color: Medium Turquoise. HEX triplet: 58, CE and C5. RGB value is (88,206,197). Sum of RGB (Red+Green+Blue) = 88+206+197=491 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.92% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #58CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CEC5 is #A7313A. Grayscale: #A9A9A9. Windows color (decimal): -10957115 or 12963416. OLE color: 12963416.
HSL color Cylindrical-coordinate representation of color #58CEC5: hue angle of 175.42º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CEC5 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 206 | 197 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.19 |
| HSL | 175.42º | 0.55% | 0.58% | - |
| HSV(B) | 175.42º | 0.57% | 0.81% | - |
| XYZ | 36.17 | 50.25 | 60.62 | - |
| YUV | 169.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 206 | 197 | 0.57 | 0 | 0.04 | 0.19 | 175.42 | 0.55 | 0.58 |
| Hex | 58 | CE | C5 | 39 | 0 | 4 | 13 | AF | 37 | 3A |
| Octal | 130 | 316 | 305 | 71 | 0 | 4 | 23 | 257 | 67 | 72 |
| Binary | 1011000 | 11001110 | 11000101 | 111001 | 0 | 100 | 10011 | 10101111 | 110111 | 111010 |
Color Harmonies of #58CEC5
Complementary color
Monochromatic Colors of #58CEC5
Black with #58CEC5
Text Example
Text Example
White with #58CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CEC5; }
p { color: rgb(88,206,197); }
H1.HeaderClassName
{
color: #58CEC5;
}
.AnyTagClassName
{
color: #58CEC5;
}
</style>
background-color css
<style>
a { background-color: #58CEC5; }
a { background-color: rgb(88,206,197); }
div.DivClassName
{
background-color: #58CEC5;
}
.BgClassName
{
background-color: #58CEC5;
}
</style>
border-color css
<style>
span { border-color: #58CEC5; }
span { border-color: rgb(88,206,197); }
td.TdClassName
{
border-color: #58CEC5;
}
.TagClassName
{
border-color: #58CEC5;
}
</style>