Shades of Turquoise #58ECDF
Tints of Turquoise #58ECDF
RGB
CMYK
RGB Variations
Color information
#58ECDF (or 0x58ECDF) is known color: Turquoise. HEX triplet: 58, EC and DF. RGB value is (88,236,223). Sum of RGB (Red+Green+Blue) = 88+236+223=547 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.09% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58ECDF is #A71320. Grayscale: #BEBEBE. Windows color (decimal): -10949409 or 14675032. OLE color: 14675032.
HSL color Cylindrical-coordinate representation of color #58ECDF: hue angle of 174.73º 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 #58ECDF is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 236 | 223 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.07 |
| HSL | 174.73º | 0.8% | 0.64% | - |
| HSV(B) | 174.73º | 0.63% | 0.93% | - |
| XYZ | 47.34 | 67.39 | 80.33 | - |
| YUV | 190.27 | 146.47 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 223 | 0.63 | 0 | 0.06 | 0.07 | 174.73 | 0.8 | 0.64 |
| Hex | 58 | EC | DF | 3F | 0 | 6 | 7 | AF | 50 | 40 |
| Octal | 130 | 354 | 337 | 77 | 0 | 6 | 7 | 257 | 120 | 100 |
| Binary | 1011000 | 11101100 | 11011111 | 111111 | 0 | 110 | 111 | 10101111 | 1010000 | 1000000 |
Color Harmonies of #58ECDF
Complementary color
Monochromatic Colors of #58ECDF
Black with #58ECDF
Text Example
Text Example
White with #58ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECDF; }
p { color: rgb(88,236,223); }
H1.HeaderClassName
{
color: #58ECDF;
}
.AnyTagClassName
{
color: #58ECDF;
}
</style>
background-color css
<style>
a { background-color: #58ECDF; }
a { background-color: rgb(88,236,223); }
div.DivClassName
{
background-color: #58ECDF;
}
.BgClassName
{
background-color: #58ECDF;
}
</style>
border-color css
<style>
span { border-color: #58ECDF; }
span { border-color: rgb(88,236,223); }
td.TdClassName
{
border-color: #58ECDF;
}
.TagClassName
{
border-color: #58ECDF;
}
</style>