Shades of Turquoise Blue #58DCEC
Tints of Turquoise Blue #58DCEC
RGB
CMYK
RGB Variations
Color information
#58DCEC (or 0x58DCEC) is known color: Turquoise Blue. HEX triplet: 58, DC and EC. RGB value is (88,220,236). Sum of RGB (Red+Green+Blue) = 88+220+236=544 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.18% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #58DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DCEC is #A72313. Grayscale: #B6B6B6. Windows color (decimal): -10953492 or 15522904. OLE color: 15522904.
HSL color Cylindrical-coordinate representation of color #58DCEC: hue angle of 186.49º 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 #58DCEC is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 220 | 236 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.07 |
| HSL | 186.49º | 0.8% | 0.64% | - |
| HSV(B) | 186.49º | 0.63% | 0.93% | - |
| XYZ | 44.76 | 59.32 | 88.45 | - |
| YUV | 182.36 | 158.27 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 236 | 0.63 | 0.07 | 0 | 0.07 | 186.49 | 0.8 | 0.64 |
| Hex | 58 | DC | EC | 3F | 7 | 0 | 7 | BA | 50 | 40 |
| Octal | 130 | 334 | 354 | 77 | 7 | 0 | 7 | 272 | 120 | 100 |
| Binary | 1011000 | 11011100 | 11101100 | 111111 | 111 | 0 | 111 | 10111010 | 1010000 | 1000000 |
Color Harmonies of #58DCEC
Complementary color
Monochromatic Colors of #58DCEC
Black with #58DCEC
Text Example
Text Example
White with #58DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCEC; }
p { color: rgb(88,220,236); }
H1.HeaderClassName
{
color: #58DCEC;
}
.AnyTagClassName
{
color: #58DCEC;
}
</style>
background-color css
<style>
a { background-color: #58DCEC; }
a { background-color: rgb(88,220,236); }
div.DivClassName
{
background-color: #58DCEC;
}
.BgClassName
{
background-color: #58DCEC;
}
</style>
border-color css
<style>
span { border-color: #58DCEC; }
span { border-color: rgb(88,220,236); }
td.TdClassName
{
border-color: #58DCEC;
}
.TagClassName
{
border-color: #58DCEC;
}
</style>