Shades of Turquoise Blue #52CEE9
Tints of Turquoise Blue #52CEE9
RGB
CMYK
RGB Variations
Color information
#52CEE9 (or 0x52CEE9) is known color: Turquoise Blue. HEX triplet: 52, CE and E9. RGB value is (82,206,233). Sum of RGB (Red+Green+Blue) = 82+206+233=521 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.74% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #52CEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CEE9 is #AD3116. Grayscale: #ABABAB. Windows color (decimal): -11350295 or 15322706. OLE color: 15322706.
HSL color Cylindrical-coordinate representation of color #52CEE9: hue angle of 190.73º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52CEE9 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 206 | 233 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.09 |
| HSL | 190.73º | 0.77% | 0.62% | - |
| HSV(B) | 190.73º | 0.65% | 0.91% | - |
| XYZ | 40.26 | 51.82 | 84.97 | - |
| YUV | 172 | 162.42 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 233 | 0.65 | 0.12 | 0 | 0.09 | 190.73 | 0.77 | 0.62 |
| Hex | 52 | CE | E9 | 41 | C | 0 | 9 | BF | 4D | 3E |
| Octal | 122 | 316 | 351 | 101 | 14 | 0 | 11 | 277 | 115 | 76 |
| Binary | 1010010 | 11001110 | 11101001 | 1000001 | 1100 | 0 | 1001 | 10111111 | 1001101 | 111110 |
Color Harmonies of #52CEE9
Complementary color
Monochromatic Colors of #52CEE9
Black with #52CEE9
Text Example
Text Example
White with #52CEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEE9; }
p { color: rgb(82,206,233); }
H1.HeaderClassName
{
color: #52CEE9;
}
.AnyTagClassName
{
color: #52CEE9;
}
</style>
background-color css
<style>
a { background-color: #52CEE9; }
a { background-color: rgb(82,206,233); }
div.DivClassName
{
background-color: #52CEE9;
}
.BgClassName
{
background-color: #52CEE9;
}
</style>
border-color css
<style>
span { border-color: #52CEE9; }
span { border-color: rgb(82,206,233); }
td.TdClassName
{
border-color: #52CEE9;
}
.TagClassName
{
border-color: #52CEE9;
}
</style>