Shades of Turquoise Blue #58ECEC
Tints of Turquoise Blue #58ECEC
RGB
CMYK
RGB Variations
Color information
#58ECEC (or 0x58ECEC) is known color: Turquoise Blue. HEX triplet: 58, EC and EC. RGB value is (88,236,236). Sum of RGB (Red+Green+Blue) = 88+236+236=560 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.71% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #58ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58ECEC is #A71313. Grayscale: #BFBFBF. Windows color (decimal): -10949396 or 15527000. OLE color: 15527000.
HSL color Cylindrical-coordinate representation of color #58ECEC: hue angle of 180º 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 #58ECEC is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 236 | 236 | - |
| CMYK | 0.63 | 0 | 0 | 0.07 |
| HSL | 180º | 0.8% | 0.64% | - |
| HSV(B) | 180º | 0.63% | 0.93% | - |
| XYZ | 49.16 | 68.12 | 89.91 | - |
| YUV | 191.75 | 152.97 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 236 | 0.63 | 0 | 0 | 0.07 | 180 | 0.8 | 0.64 |
| Hex | 58 | EC | EC | 3F | 0 | 0 | 7 | B4 | 50 | 40 |
| Octal | 130 | 354 | 354 | 77 | 0 | 0 | 7 | 264 | 120 | 100 |
| Binary | 1011000 | 11101100 | 11101100 | 111111 | 0 | 0 | 111 | 10110100 | 1010000 | 1000000 |
Color Harmonies of #58ECEC
Complementary color
Monochromatic Colors of #58ECEC
Black with #58ECEC
Text Example
Text Example
White with #58ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECEC; }
p { color: rgb(88,236,236); }
H1.HeaderClassName
{
color: #58ECEC;
}
.AnyTagClassName
{
color: #58ECEC;
}
</style>
background-color css
<style>
a { background-color: #58ECEC; }
a { background-color: rgb(88,236,236); }
div.DivClassName
{
background-color: #58ECEC;
}
.BgClassName
{
background-color: #58ECEC;
}
</style>
border-color css
<style>
span { border-color: #58ECEC; }
span { border-color: rgb(88,236,236); }
td.TdClassName
{
border-color: #58ECEC;
}
.TagClassName
{
border-color: #58ECEC;
}
</style>