Shades of Turquoise Blue #52D1ED
Tints of Turquoise Blue #52D1ED
RGB
CMYK
RGB Variations
Color information
#52D1ED (or 0x52D1ED) is known color: Turquoise Blue. HEX triplet: 52, D1 and ED. RGB value is (82,209,237). Sum of RGB (Red+Green+Blue) = 82+209+237=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #52D1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D1ED is #AD2E12. Grayscale: #ADADAD. Windows color (decimal): -11349523 or 15585618. OLE color: 15585618.
HSL color Cylindrical-coordinate representation of color #52D1ED: hue angle of 190.84º 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 #52D1ED is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 209 | 237 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.07 |
| HSL | 190.84º | 0.81% | 0.63% | - |
| HSV(B) | 190.84º | 0.65% | 0.93% | - |
| XYZ | 41.57 | 53.51 | 88.26 | - |
| YUV | 174.22 | 163.42 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 209 | 237 | 0.65 | 0.12 | 0 | 0.07 | 190.84 | 0.81 | 0.63 |
| Hex | 52 | D1 | ED | 41 | C | 0 | 7 | BF | 51 | 3F |
| Octal | 122 | 321 | 355 | 101 | 14 | 0 | 7 | 277 | 121 | 77 |
| Binary | 1010010 | 11010001 | 11101101 | 1000001 | 1100 | 0 | 111 | 10111111 | 1010001 | 111111 |
Color Harmonies of #52D1ED
Complementary color
Monochromatic Colors of #52D1ED
Black with #52D1ED
Text Example
Text Example
White with #52D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D1ED; }
p { color: rgb(82,209,237); }
H1.HeaderClassName
{
color: #52D1ED;
}
.AnyTagClassName
{
color: #52D1ED;
}
</style>
background-color css
<style>
a { background-color: #52D1ED; }
a { background-color: rgb(82,209,237); }
div.DivClassName
{
background-color: #52D1ED;
}
.BgClassName
{
background-color: #52D1ED;
}
</style>
border-color css
<style>
span { border-color: #52D1ED; }
span { border-color: rgb(82,209,237); }
td.TdClassName
{
border-color: #52D1ED;
}
.TagClassName
{
border-color: #52D1ED;
}
</style>