Shades of Turquoise #58ECDC
Tints of Turquoise #58ECDC
RGB
CMYK
RGB Variations
Color information
#58ECDC (or 0x58ECDC) is known color: Turquoise. HEX triplet: 58, EC and DC. RGB value is (88,236,220). Sum of RGB (Red+Green+Blue) = 88+236+220=544 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.18% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58ECDC is #A71323. Grayscale: #BDBDBD. Windows color (decimal): -10949412 or 14478424. OLE color: 14478424.
HSL color Cylindrical-coordinate representation of color #58ECDC: hue angle of 173.51º degrees, saturation: 0.8, 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 #58ECDC is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 236 | 220 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.07 |
| HSL | 173.51º | 0.8% | 0.64% | - |
| HSV(B) | 173.51º | 0.63% | 0.93% | - |
| XYZ | 46.94 | 67.23 | 78.21 | - |
| YUV | 189.92 | 144.97 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 220 | 0.63 | 0 | 0.07 | 0.07 | 173.51 | 0.8 | 0.64 |
| Hex | 58 | EC | DC | 3F | 0 | 7 | 7 | AE | 50 | 40 |
| Octal | 130 | 354 | 334 | 77 | 0 | 7 | 7 | 256 | 120 | 100 |
| Binary | 1011000 | 11101100 | 11011100 | 111111 | 0 | 111 | 111 | 10101110 | 1010000 | 1000000 |
Color Harmonies of #58ECDC
Complementary color
Monochromatic Colors of #58ECDC
Black with #58ECDC
Text Example
Text Example
White with #58ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECDC; }
p { color: rgb(88,236,220); }
H1.HeaderClassName
{
color: #58ECDC;
}
.AnyTagClassName
{
color: #58ECDC;
}
</style>
background-color css
<style>
a { background-color: #58ECDC; }
a { background-color: rgb(88,236,220); }
div.DivClassName
{
background-color: #58ECDC;
}
.BgClassName
{
background-color: #58ECDC;
}
</style>
border-color css
<style>
span { border-color: #58ECDC; }
span { border-color: rgb(88,236,220); }
td.TdClassName
{
border-color: #58ECDC;
}
.TagClassName
{
border-color: #58ECDC;
}
</style>