Shades of Turquoise Blue #52CEF0
Tints of Turquoise Blue #52CEF0
RGB
CMYK
RGB Variations
Color information
#52CEF0 (or 0x52CEF0) is known color: Turquoise Blue. HEX triplet: 52, CE and F0. RGB value is (82,206,240). Sum of RGB (Red+Green+Blue) = 82+206+240=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #52CEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CEF0 is #AD310F. Grayscale: #ACACAC. Windows color (decimal): -11350288 or 15781458. OLE color: 15781458.
HSL color Cylindrical-coordinate representation of color #52CEF0: hue angle of 192.91º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52CEF0 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 206 | 240 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.06 |
| HSL | 192.91º | 0.84% | 0.63% | - |
| HSV(B) | 192.91º | 0.66% | 0.94% | - |
| XYZ | 41.28 | 52.23 | 90.34 | - |
| YUV | 172.8 | 165.92 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 240 | 0.66 | 0.14 | 0 | 0.06 | 192.91 | 0.84 | 0.63 |
| Hex | 52 | CE | F0 | 42 | E | 0 | 6 | C1 | 54 | 3F |
| Octal | 122 | 316 | 360 | 102 | 16 | 0 | 6 | 301 | 124 | 77 |
| Binary | 1010010 | 11001110 | 11110000 | 1000010 | 1110 | 0 | 110 | 11000001 | 1010100 | 111111 |
Color Harmonies of #52CEF0
Complementary color
Monochromatic Colors of #52CEF0
Black with #52CEF0
Text Example
Text Example
White with #52CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEF0; }
p { color: rgb(82,206,240); }
H1.HeaderClassName
{
color: #52CEF0;
}
.AnyTagClassName
{
color: #52CEF0;
}
</style>
background-color css
<style>
a { background-color: #52CEF0; }
a { background-color: rgb(82,206,240); }
div.DivClassName
{
background-color: #52CEF0;
}
.BgClassName
{
background-color: #52CEF0;
}
</style>
border-color css
<style>
span { border-color: #52CEF0; }
span { border-color: rgb(82,206,240); }
td.TdClassName
{
border-color: #52CEF0;
}
.TagClassName
{
border-color: #52CEF0;
}
</style>