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