Shades of Turquoise #58ECD6
Tints of Turquoise #58ECD6
RGB
CMYK
RGB Variations
Color information
#58ECD6 (or 0x58ECD6) is known color: Turquoise. HEX triplet: 58, EC and D6. RGB value is (88,236,214). Sum of RGB (Red+Green+Blue) = 88+236+214=538 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.36% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58ECD6 is #A71329. Grayscale: #BDBDBD. Windows color (decimal): -10949418 or 14085208. OLE color: 14085208.
HSL color Cylindrical-coordinate representation of color #58ECD6: hue angle of 171.08º 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 #58ECD6 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 236 | 214 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.07 |
| HSL | 171.08º | 0.8% | 0.64% | - |
| HSV(B) | 171.08º | 0.63% | 0.93% | - |
| XYZ | 46.16 | 66.92 | 74.1 | - |
| YUV | 189.24 | 141.97 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 214 | 0.63 | 0 | 0.09 | 0.07 | 171.08 | 0.8 | 0.64 |
| Hex | 58 | EC | D6 | 3F | 0 | 9 | 7 | AB | 50 | 40 |
| Octal | 130 | 354 | 326 | 77 | 0 | 11 | 7 | 253 | 120 | 100 |
| Binary | 1011000 | 11101100 | 11010110 | 111111 | 0 | 1001 | 111 | 10101011 | 1010000 | 1000000 |
Color Harmonies of #58ECD6
Complementary color
Monochromatic Colors of #58ECD6
Black with #58ECD6
Text Example
Text Example
White with #58ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECD6; }
p { color: rgb(88,236,214); }
H1.HeaderClassName
{
color: #58ECD6;
}
.AnyTagClassName
{
color: #58ECD6;
}
</style>
background-color css
<style>
a { background-color: #58ECD6; }
a { background-color: rgb(88,236,214); }
div.DivClassName
{
background-color: #58ECD6;
}
.BgClassName
{
background-color: #58ECD6;
}
</style>
border-color css
<style>
span { border-color: #58ECD6; }
span { border-color: rgb(88,236,214); }
td.TdClassName
{
border-color: #58ECD6;
}
.TagClassName
{
border-color: #58ECD6;
}
</style>