Shades of Turquoise #58EDC0
Tints of Turquoise #58EDC0
RGB
CMYK
RGB Variations
Color information
#58EDC0 (or 0x58EDC0) is known color: Turquoise. HEX triplet: 58, ED and C0. RGB value is (88,237,192). Sum of RGB (Red+Green+Blue) = 88+237+192=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #58EDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EDC0 is #A7123F. Grayscale: #BBBBBB. Windows color (decimal): -10949184 or 12643672. OLE color: 12643672.
HSL color Cylindrical-coordinate representation of color #58EDC0: hue angle of 161.88º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EDC0 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 237 | 192 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.07 |
| HSL | 161.88º | 0.81% | 0.64% | - |
| HSV(B) | 161.88º | 0.63% | 0.93% | - |
| XYZ | 43.82 | 66.45 | 60.39 | - |
| YUV | 187.32 | 130.64 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 237 | 192 | 0.63 | 0 | 0.19 | 0.07 | 161.88 | 0.81 | 0.64 |
| Hex | 58 | ED | C0 | 3F | 0 | 13 | 7 | A2 | 51 | 40 |
| Octal | 130 | 355 | 300 | 77 | 0 | 23 | 7 | 242 | 121 | 100 |
| Binary | 1011000 | 11101101 | 11000000 | 111111 | 0 | 10011 | 111 | 10100010 | 1010001 | 1000000 |
Color Harmonies of #58EDC0
Complementary color
Monochromatic Colors of #58EDC0
Black with #58EDC0
Text Example
Text Example
White with #58EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EDC0; }
p { color: rgb(88,237,192); }
H1.HeaderClassName
{
color: #58EDC0;
}
.AnyTagClassName
{
color: #58EDC0;
}
</style>
background-color css
<style>
a { background-color: #58EDC0; }
a { background-color: rgb(88,237,192); }
div.DivClassName
{
background-color: #58EDC0;
}
.BgClassName
{
background-color: #58EDC0;
}
</style>
border-color css
<style>
span { border-color: #58EDC0; }
span { border-color: rgb(88,237,192); }
td.TdClassName
{
border-color: #58EDC0;
}
.TagClassName
{
border-color: #58EDC0;
}
</style>