Shades of Turquoise #58ECDB
Tints of Turquoise #58ECDB
RGB
CMYK
RGB Variations
Color information
#58ECDB (or 0x58ECDB) is known color: Turquoise. HEX triplet: 58, EC and DB. RGB value is (88,236,219). Sum of RGB (Red+Green+Blue) = 88+236+219=543 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.21% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58ECDB is #A71324. Grayscale: #BDBDBD. Windows color (decimal): -10949413 or 14412888. OLE color: 14412888.
HSL color Cylindrical-coordinate representation of color #58ECDB: hue angle of 173.11º 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 #58ECDB is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 236 | 219 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.07 |
| HSL | 173.11º | 0.8% | 0.64% | - |
| HSV(B) | 173.11º | 0.63% | 0.93% | - |
| XYZ | 46.81 | 67.18 | 77.52 | - |
| YUV | 189.81 | 144.47 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 219 | 0.63 | 0 | 0.07 | 0.07 | 173.11 | 0.8 | 0.64 |
| Hex | 58 | EC | DB | 3F | 0 | 7 | 7 | AD | 50 | 40 |
| Octal | 130 | 354 | 333 | 77 | 0 | 7 | 7 | 255 | 120 | 100 |
| Binary | 1011000 | 11101100 | 11011011 | 111111 | 0 | 111 | 111 | 10101101 | 1010000 | 1000000 |
Color Harmonies of #58ECDB
Complementary color
Monochromatic Colors of #58ECDB
Black with #58ECDB
Text Example
Text Example
White with #58ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECDB; }
p { color: rgb(88,236,219); }
H1.HeaderClassName
{
color: #58ECDB;
}
.AnyTagClassName
{
color: #58ECDB;
}
</style>
background-color css
<style>
a { background-color: #58ECDB; }
a { background-color: rgb(88,236,219); }
div.DivClassName
{
background-color: #58ECDB;
}
.BgClassName
{
background-color: #58ECDB;
}
</style>
border-color css
<style>
span { border-color: #58ECDB; }
span { border-color: rgb(88,236,219); }
td.TdClassName
{
border-color: #58ECDB;
}
.TagClassName
{
border-color: #58ECDB;
}
</style>