Shades of Turquoise Blue #52D7ED
Tints of Turquoise Blue #52D7ED
RGB
CMYK
RGB Variations
Color information
#52D7ED (or 0x52D7ED) is known color: Turquoise Blue. HEX triplet: 52, D7 and ED. RGB value is (82,215,237). Sum of RGB (Red+Green+Blue) = 82+215+237=534 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.36% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #52D7ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D7ED is #AD2812. Grayscale: #B1B1B1. Windows color (decimal): -11347987 or 15587154. OLE color: 15587154.
HSL color Cylindrical-coordinate representation of color #52D7ED: hue angle of 188.52º 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 #52D7ED is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 215 | 237 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.07 |
| HSL | 188.52º | 0.81% | 0.63% | - |
| HSV(B) | 188.52º | 0.65% | 0.93% | - |
| XYZ | 43.07 | 56.51 | 88.76 | - |
| YUV | 177.74 | 161.44 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 237 | 0.65 | 0.09 | 0 | 0.07 | 188.52 | 0.81 | 0.63 |
| Hex | 52 | D7 | ED | 41 | 9 | 0 | 7 | BD | 51 | 3F |
| Octal | 122 | 327 | 355 | 101 | 11 | 0 | 7 | 275 | 121 | 77 |
| Binary | 1010010 | 11010111 | 11101101 | 1000001 | 1001 | 0 | 111 | 10111101 | 1010001 | 111111 |
Color Harmonies of #52D7ED
Complementary color
Monochromatic Colors of #52D7ED
Black with #52D7ED
Text Example
Text Example
White with #52D7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D7ED; }
p { color: rgb(82,215,237); }
H1.HeaderClassName
{
color: #52D7ED;
}
.AnyTagClassName
{
color: #52D7ED;
}
</style>
background-color css
<style>
a { background-color: #52D7ED; }
a { background-color: rgb(82,215,237); }
div.DivClassName
{
background-color: #52D7ED;
}
.BgClassName
{
background-color: #52D7ED;
}
</style>
border-color css
<style>
span { border-color: #52D7ED; }
span { border-color: rgb(82,215,237); }
td.TdClassName
{
border-color: #52D7ED;
}
.TagClassName
{
border-color: #52D7ED;
}
</style>