Shades of Turquoise Blue #52CBEC
Tints of Turquoise Blue #52CBEC
RGB
CMYK
RGB Variations
Color information
#52CBEC (or 0x52CBEC) is known color: Turquoise Blue. HEX triplet: 52, CB and EC. RGB value is (82,203,236). Sum of RGB (Red+Green+Blue) = 82+203+236=521 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.74% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #52CBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CBEC is #AD3413. Grayscale: #AAAAAA. Windows color (decimal): -11351060 or 15518546. OLE color: 15518546.
HSL color Cylindrical-coordinate representation of color #52CBEC: hue angle of 192.86º 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 #52CBEC is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 203 | 236 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.07 |
| HSL | 192.86º | 0.8% | 0.62% | - |
| HSV(B) | 192.86º | 0.65% | 0.93% | - |
| XYZ | 39.98 | 50.56 | 87.01 | - |
| YUV | 170.58 | 164.91 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 236 | 0.65 | 0.14 | 0 | 0.07 | 192.86 | 0.8 | 0.62 |
| Hex | 52 | CB | EC | 41 | E | 0 | 7 | C1 | 50 | 3E |
| Octal | 122 | 313 | 354 | 101 | 16 | 0 | 7 | 301 | 120 | 76 |
| Binary | 1010010 | 11001011 | 11101100 | 1000001 | 1110 | 0 | 111 | 11000001 | 1010000 | 111110 |
Color Harmonies of #52CBEC
Complementary color
Monochromatic Colors of #52CBEC
Black with #52CBEC
Text Example
Text Example
White with #52CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CBEC; }
p { color: rgb(82,203,236); }
H1.HeaderClassName
{
color: #52CBEC;
}
.AnyTagClassName
{
color: #52CBEC;
}
</style>
background-color css
<style>
a { background-color: #52CBEC; }
a { background-color: rgb(82,203,236); }
div.DivClassName
{
background-color: #52CBEC;
}
.BgClassName
{
background-color: #52CBEC;
}
</style>
border-color css
<style>
span { border-color: #52CBEC; }
span { border-color: rgb(82,203,236); }
td.TdClassName
{
border-color: #52CBEC;
}
.TagClassName
{
border-color: #52CBEC;
}
</style>