Shades of Turquoise Blue #52CEED
Tints of Turquoise Blue #52CEED
RGB
CMYK
RGB Variations
Color information
#52CEED (or 0x52CEED) is known color: Turquoise Blue. HEX triplet: 52, CE and ED. RGB value is (82,206,237). Sum of RGB (Red+Green+Blue) = 82+206+237=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #52CEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CEED is #AD3112. Grayscale: #ACACAC. Windows color (decimal): -11350291 or 15584850. OLE color: 15584850.
HSL color Cylindrical-coordinate representation of color #52CEED: hue angle of 192º 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 #52CEED is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 206 | 237 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.07 |
| HSL | 192º | 0.81% | 0.63% | - |
| HSV(B) | 192º | 0.65% | 0.93% | - |
| XYZ | 40.84 | 52.05 | 88.02 | - |
| YUV | 172.46 | 164.42 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 237 | 0.65 | 0.13 | 0 | 0.07 | 192 | 0.81 | 0.63 |
| Hex | 52 | CE | ED | 41 | D | 0 | 7 | C0 | 51 | 3F |
| Octal | 122 | 316 | 355 | 101 | 15 | 0 | 7 | 300 | 121 | 77 |
| Binary | 1010010 | 11001110 | 11101101 | 1000001 | 1101 | 0 | 111 | 11000000 | 1010001 | 111111 |
Color Harmonies of #52CEED
Complementary color
Monochromatic Colors of #52CEED
Black with #52CEED
Text Example
Text Example
White with #52CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEED; }
p { color: rgb(82,206,237); }
H1.HeaderClassName
{
color: #52CEED;
}
.AnyTagClassName
{
color: #52CEED;
}
</style>
background-color css
<style>
a { background-color: #52CEED; }
a { background-color: rgb(82,206,237); }
div.DivClassName
{
background-color: #52CEED;
}
.BgClassName
{
background-color: #52CEED;
}
</style>
border-color css
<style>
span { border-color: #52CEED; }
span { border-color: rgb(82,206,237); }
td.TdClassName
{
border-color: #52CEED;
}
.TagClassName
{
border-color: #52CEED;
}
</style>