Shades of Turquoise Blue #58ECEA
Tints of Turquoise Blue #58ECEA
RGB
CMYK
RGB Variations
Color information
#58ECEA (or 0x58ECEA) is known color: Turquoise Blue. HEX triplet: 58, EC and EA. RGB value is (88,236,234). Sum of RGB (Red+Green+Blue) = 88+236+234=558 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.77% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58ECEA is #A71315. Grayscale: #BFBFBF. Windows color (decimal): -10949398 or 15395928. OLE color: 15395928.
HSL color Cylindrical-coordinate representation of color #58ECEA: hue angle of 179.19º 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 #58ECEA is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 236 | 234 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.07 |
| HSL | 179.19º | 0.8% | 0.64% | - |
| HSV(B) | 179.19º | 0.63% | 0.93% | - |
| XYZ | 48.87 | 68.01 | 88.39 | - |
| YUV | 191.52 | 151.97 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 234 | 0.63 | 0 | 0.01 | 0.07 | 179.19 | 0.8 | 0.64 |
| Hex | 58 | EC | EA | 3F | 0 | 1 | 7 | B3 | 50 | 40 |
| Octal | 130 | 354 | 352 | 77 | 0 | 1 | 7 | 263 | 120 | 100 |
| Binary | 1011000 | 11101100 | 11101010 | 111111 | 0 | 1 | 111 | 10110011 | 1010000 | 1000000 |
Color Harmonies of #58ECEA
Complementary color
Monochromatic Colors of #58ECEA
Black with #58ECEA
Text Example
Text Example
White with #58ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECEA; }
p { color: rgb(88,236,234); }
H1.HeaderClassName
{
color: #58ECEA;
}
.AnyTagClassName
{
color: #58ECEA;
}
</style>
background-color css
<style>
a { background-color: #58ECEA; }
a { background-color: rgb(88,236,234); }
div.DivClassName
{
background-color: #58ECEA;
}
.BgClassName
{
background-color: #58ECEA;
}
</style>
border-color css
<style>
span { border-color: #58ECEA; }
span { border-color: rgb(88,236,234); }
td.TdClassName
{
border-color: #58ECEA;
}
.TagClassName
{
border-color: #58ECEA;
}
</style>