Shades of Turquoise Blue #52D5EE
Tints of Turquoise Blue #52D5EE
RGB
CMYK
RGB Variations
Color information
#52D5EE (or 0x52D5EE) is known color: Turquoise Blue. HEX triplet: 52, D5 and EE. RGB value is (82,213,238). Sum of RGB (Red+Green+Blue) = 82+213+238=533 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.38% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #52D5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D5EE is #AD2A11. Grayscale: #B0B0B0. Windows color (decimal): -11348498 or 15652178. OLE color: 15652178.
HSL color Cylindrical-coordinate representation of color #52D5EE: hue angle of 189.62º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D5EE is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 213 | 238 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.07 |
| HSL | 189.62º | 0.82% | 0.63% | - |
| HSV(B) | 189.62º | 0.66% | 0.93% | - |
| XYZ | 42.71 | 55.56 | 89.36 | - |
| YUV | 176.68 | 162.6 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 238 | 0.66 | 0.11 | 0 | 0.07 | 189.62 | 0.82 | 0.63 |
| Hex | 52 | D5 | EE | 42 | B | 0 | 7 | BE | 52 | 3F |
| Octal | 122 | 325 | 356 | 102 | 13 | 0 | 7 | 276 | 122 | 77 |
| Binary | 1010010 | 11010101 | 11101110 | 1000010 | 1011 | 0 | 111 | 10111110 | 1010010 | 111111 |
Color Harmonies of #52D5EE
Complementary color
Monochromatic Colors of #52D5EE
Black with #52D5EE
Text Example
Text Example
White with #52D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D5EE; }
p { color: rgb(82,213,238); }
H1.HeaderClassName
{
color: #52D5EE;
}
.AnyTagClassName
{
color: #52D5EE;
}
</style>
background-color css
<style>
a { background-color: #52D5EE; }
a { background-color: rgb(82,213,238); }
div.DivClassName
{
background-color: #52D5EE;
}
.BgClassName
{
background-color: #52D5EE;
}
</style>
border-color css
<style>
span { border-color: #52D5EE; }
span { border-color: rgb(82,213,238); }
td.TdClassName
{
border-color: #52D5EE;
}
.TagClassName
{
border-color: #52D5EE;
}
</style>