Shades of Medium Turquoise #58CEC8
Tints of Medium Turquoise #58CEC8
RGB
CMYK
RGB Variations
Color information
#58CEC8 (or 0x58CEC8) is known color: Medium Turquoise. HEX triplet: 58, CE and C8. RGB value is (88,206,200). Sum of RGB (Red+Green+Blue) = 88+206+200=494 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.81% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #58CEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CEC8 is #A73137. Grayscale: #A9A9A9. Windows color (decimal): -10957112 or 13160024. OLE color: 13160024.
HSL color Cylindrical-coordinate representation of color #58CEC8: hue angle of 176.95º 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 #58CEC8 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 206 | 200 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.19 |
| HSL | 176.95º | 0.55% | 0.58% | - |
| HSV(B) | 176.95º | 0.57% | 0.81% | - |
| XYZ | 36.52 | 50.39 | 62.44 | - |
| YUV | 170.03 | 144.91 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 206 | 200 | 0.57 | 0 | 0.03 | 0.19 | 176.95 | 0.55 | 0.58 |
| Hex | 58 | CE | C8 | 39 | 0 | 3 | 13 | B1 | 37 | 3A |
| Octal | 130 | 316 | 310 | 71 | 0 | 3 | 23 | 261 | 67 | 72 |
| Binary | 1011000 | 11001110 | 11001000 | 111001 | 0 | 11 | 10011 | 10110001 | 110111 | 111010 |
Color Harmonies of #58CEC8
Complementary color
Monochromatic Colors of #58CEC8
Black with #58CEC8
Text Example
Text Example
White with #58CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CEC8; }
p { color: rgb(88,206,200); }
H1.HeaderClassName
{
color: #58CEC8;
}
.AnyTagClassName
{
color: #58CEC8;
}
</style>
background-color css
<style>
a { background-color: #58CEC8; }
a { background-color: rgb(88,206,200); }
div.DivClassName
{
background-color: #58CEC8;
}
.BgClassName
{
background-color: #58CEC8;
}
</style>
border-color css
<style>
span { border-color: #58CEC8; }
span { border-color: rgb(88,206,200); }
td.TdClassName
{
border-color: #58CEC8;
}
.TagClassName
{
border-color: #58CEC8;
}
</style>