Shades of Turquoise Blue #52CEE8
Tints of Turquoise Blue #52CEE8
RGB
CMYK
RGB Variations
Color information
#52CEE8 (or 0x52CEE8) is known color: Turquoise Blue. HEX triplet: 52, CE and E8. RGB value is (82,206,232). Sum of RGB (Red+Green+Blue) = 82+206+232=520 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.77% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #52CEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CEE8 is #AD3117. Grayscale: #ABABAB. Windows color (decimal): -11350296 or 15257170. OLE color: 15257170.
HSL color Cylindrical-coordinate representation of color #52CEE8: hue angle of 190.4º 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 #52CEE8 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 206 | 232 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.09 |
| HSL | 190.4º | 0.77% | 0.62% | - |
| HSV(B) | 190.4º | 0.65% | 0.91% | - |
| XYZ | 40.12 | 51.76 | 84.22 | - |
| YUV | 171.89 | 161.92 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 232 | 0.65 | 0.11 | 0 | 0.09 | 190.4 | 0.77 | 0.62 |
| Hex | 52 | CE | E8 | 41 | B | 0 | 9 | BE | 4D | 3E |
| Octal | 122 | 316 | 350 | 101 | 13 | 0 | 11 | 276 | 115 | 76 |
| Binary | 1010010 | 11001110 | 11101000 | 1000001 | 1011 | 0 | 1001 | 10111110 | 1001101 | 111110 |
Color Harmonies of #52CEE8
Complementary color
Monochromatic Colors of #52CEE8
Black with #52CEE8
Text Example
Text Example
White with #52CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEE8; }
p { color: rgb(82,206,232); }
H1.HeaderClassName
{
color: #52CEE8;
}
.AnyTagClassName
{
color: #52CEE8;
}
</style>
background-color css
<style>
a { background-color: #52CEE8; }
a { background-color: rgb(82,206,232); }
div.DivClassName
{
background-color: #52CEE8;
}
.BgClassName
{
background-color: #52CEE8;
}
</style>
border-color css
<style>
span { border-color: #52CEE8; }
span { border-color: rgb(82,206,232); }
td.TdClassName
{
border-color: #52CEE8;
}
.TagClassName
{
border-color: #52CEE8;
}
</style>