Shades of Turquoise Blue #52DCEC
Tints of Turquoise Blue #52DCEC
RGB
CMYK
RGB Variations
Color information
#52DCEC (or 0x52DCEC) is known color: Turquoise Blue. HEX triplet: 52, DC and EC. RGB value is (82,220,236). Sum of RGB (Red+Green+Blue) = 82+220+236=538 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.24% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #52DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DCEC is #AD2313. Grayscale: #B4B4B4. Windows color (decimal): -11346708 or 15522898. OLE color: 15522898.
HSL color Cylindrical-coordinate representation of color #52DCEC: hue angle of 186.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52DCEC is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 220 | 236 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.07 |
| HSL | 186.23º | 0.8% | 0.62% | - |
| HSV(B) | 186.23º | 0.65% | 0.93% | - |
| XYZ | 44.21 | 59.04 | 88.42 | - |
| YUV | 180.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 236 | 0.65 | 0.07 | 0 | 0.07 | 186.23 | 0.8 | 0.62 |
| Hex | 52 | DC | EC | 41 | 7 | 0 | 7 | BA | 50 | 3E |
| Octal | 122 | 334 | 354 | 101 | 7 | 0 | 7 | 272 | 120 | 76 |
| Binary | 1010010 | 11011100 | 11101100 | 1000001 | 111 | 0 | 111 | 10111010 | 1010000 | 111110 |
Color Harmonies of #52DCEC
Complementary color
Monochromatic Colors of #52DCEC
Black with #52DCEC
Text Example
Text Example
White with #52DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCEC; }
p { color: rgb(82,220,236); }
H1.HeaderClassName
{
color: #52DCEC;
}
.AnyTagClassName
{
color: #52DCEC;
}
</style>
background-color css
<style>
a { background-color: #52DCEC; }
a { background-color: rgb(82,220,236); }
div.DivClassName
{
background-color: #52DCEC;
}
.BgClassName
{
background-color: #52DCEC;
}
</style>
border-color css
<style>
span { border-color: #52DCEC; }
span { border-color: rgb(82,220,236); }
td.TdClassName
{
border-color: #52DCEC;
}
.TagClassName
{
border-color: #52DCEC;
}
</style>