Shades of Turquoise Blue #52D2EF
Tints of Turquoise Blue #52D2EF
RGB
CMYK
RGB Variations
Color information
#52D2EF (or 0x52D2EF) is known color: Turquoise Blue. HEX triplet: 52, D2 and EF. RGB value is (82,210,239). Sum of RGB (Red+Green+Blue) = 82+210+239=531 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.44% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #52D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D2EF is #AD2D10. Grayscale: #AEAEAE. Windows color (decimal): -11349265 or 15716946. OLE color: 15716946.
HSL color Cylindrical-coordinate representation of color #52D2EF: hue angle of 191.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D2EF is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 210 | 239 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.06 |
| HSL | 191.08º | 0.83% | 0.63% | - |
| HSV(B) | 191.08º | 0.66% | 0.94% | - |
| XYZ | 42.11 | 54.12 | 89.89 | - |
| YUV | 175.03 | 164.09 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 239 | 0.66 | 0.12 | 0 | 0.06 | 191.08 | 0.83 | 0.63 |
| Hex | 52 | D2 | EF | 42 | C | 0 | 6 | BF | 53 | 3F |
| Octal | 122 | 322 | 357 | 102 | 14 | 0 | 6 | 277 | 123 | 77 |
| Binary | 1010010 | 11010010 | 11101111 | 1000010 | 1100 | 0 | 110 | 10111111 | 1010011 | 111111 |
Color Harmonies of #52D2EF
Complementary color
Monochromatic Colors of #52D2EF
Black with #52D2EF
Text Example
Text Example
White with #52D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D2EF; }
p { color: rgb(82,210,239); }
H1.HeaderClassName
{
color: #52D2EF;
}
.AnyTagClassName
{
color: #52D2EF;
}
</style>
background-color css
<style>
a { background-color: #52D2EF; }
a { background-color: rgb(82,210,239); }
div.DivClassName
{
background-color: #52D2EF;
}
.BgClassName
{
background-color: #52D2EF;
}
</style>
border-color css
<style>
span { border-color: #52D2EF; }
span { border-color: rgb(82,210,239); }
td.TdClassName
{
border-color: #52D2EF;
}
.TagClassName
{
border-color: #52D2EF;
}
</style>