Shades of Turquoise Blue #52CCED
Tints of Turquoise Blue #52CCED
RGB
CMYK
RGB Variations
Color information
#52CCED (or 0x52CCED) is known color: Turquoise Blue. HEX triplet: 52, CC and ED. RGB value is (82,204,237). Sum of RGB (Red+Green+Blue) = 82+204+237=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #52CCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CCED is #AD3312. Grayscale: #ABABAB. Windows color (decimal): -11350803 or 15584338. OLE color: 15584338.
HSL color Cylindrical-coordinate representation of color #52CCED: hue angle of 192.77º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52CCED is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 204 | 237 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.07 |
| HSL | 192.77º | 0.81% | 0.63% | - |
| HSV(B) | 192.77º | 0.65% | 0.93% | - |
| XYZ | 40.36 | 51.09 | 87.86 | - |
| YUV | 171.28 | 165.08 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 237 | 0.65 | 0.14 | 0 | 0.07 | 192.77 | 0.81 | 0.63 |
| Hex | 52 | CC | ED | 41 | E | 0 | 7 | C1 | 51 | 3F |
| Octal | 122 | 314 | 355 | 101 | 16 | 0 | 7 | 301 | 121 | 77 |
| Binary | 1010010 | 11001100 | 11101101 | 1000001 | 1110 | 0 | 111 | 11000001 | 1010001 | 111111 |
Color Harmonies of #52CCED
Complementary color
Monochromatic Colors of #52CCED
Black with #52CCED
Text Example
Text Example
White with #52CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CCED; }
p { color: rgb(82,204,237); }
H1.HeaderClassName
{
color: #52CCED;
}
.AnyTagClassName
{
color: #52CCED;
}
</style>
background-color css
<style>
a { background-color: #52CCED; }
a { background-color: rgb(82,204,237); }
div.DivClassName
{
background-color: #52CCED;
}
.BgClassName
{
background-color: #52CCED;
}
</style>
border-color css
<style>
span { border-color: #52CCED; }
span { border-color: rgb(82,204,237); }
td.TdClassName
{
border-color: #52CCED;
}
.TagClassName
{
border-color: #52CCED;
}
</style>