Shades of Turquoise Blue #52DBEA
Tints of Turquoise Blue #52DBEA
RGB
CMYK
RGB Variations
Color information
#52DBEA (or 0x52DBEA) is known color: Turquoise Blue. HEX triplet: 52, DB and EA. RGB value is (82,219,234). Sum of RGB (Red+Green+Blue) = 82+219+234=535 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.33% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #52DBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DBEA is #AD2415. Grayscale: #B3B3B3. Windows color (decimal): -11346966 or 15391570. OLE color: 15391570.
HSL color Cylindrical-coordinate representation of color #52DBEA: hue angle of 185.92º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52DBEA is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 219 | 234 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.08 |
| HSL | 185.92º | 0.78% | 0.62% | - |
| HSV(B) | 185.92º | 0.65% | 0.92% | - |
| XYZ | 43.66 | 58.4 | 86.81 | - |
| YUV | 179.75 | 158.61 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 234 | 0.65 | 0.06 | 0 | 0.08 | 185.92 | 0.78 | 0.62 |
| Hex | 52 | DB | EA | 41 | 6 | 0 | 8 | BA | 4E | 3E |
| Octal | 122 | 333 | 352 | 101 | 6 | 0 | 10 | 272 | 116 | 76 |
| Binary | 1010010 | 11011011 | 11101010 | 1000001 | 110 | 0 | 1000 | 10111010 | 1001110 | 111110 |
Color Harmonies of #52DBEA
Complementary color
Monochromatic Colors of #52DBEA
Black with #52DBEA
Text Example
Text Example
White with #52DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBEA; }
p { color: rgb(82,219,234); }
H1.HeaderClassName
{
color: #52DBEA;
}
.AnyTagClassName
{
color: #52DBEA;
}
</style>
background-color css
<style>
a { background-color: #52DBEA; }
a { background-color: rgb(82,219,234); }
div.DivClassName
{
background-color: #52DBEA;
}
.BgClassName
{
background-color: #52DBEA;
}
</style>
border-color css
<style>
span { border-color: #52DBEA; }
span { border-color: rgb(82,219,234); }
td.TdClassName
{
border-color: #52DBEA;
}
.TagClassName
{
border-color: #52DBEA;
}
</style>