Shades of Turquoise Blue #52DBFF
Tints of Turquoise Blue #52DBFF
RGB
CMYK
RGB Variations
Color information
#52DBFF (or 0x52DBFF) is known color: Turquoise Blue. HEX triplet: 52, DB and FF. RGB value is (82,219,255). Sum of RGB (Red+Green+Blue) = 82+219+255=556 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.75% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #52DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DBFF is #AD2400. Grayscale: #B5B5B5. Windows color (decimal): -11346945 or 16767826. OLE color: 16767826.
HSL color Cylindrical-coordinate representation of color #52DBFF: hue angle of 192.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52DBFF is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 219 | 255 | - |
| CMYK | 0.68 | 0.14 | 0 | 0 |
| HSL | 192.49º | 1% | 0.66% | - |
| HSV(B) | 192.49º | 0.68% | 1% | - |
| XYZ | 46.86 | 59.68 | 103.66 | - |
| YUV | 182.14 | 169.11 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 255 | 0.68 | 0.14 | 0 | 0 | 192.49 | 1 | 0.66 |
| Hex | 52 | DB | FF | 44 | E | 0 | 0 | C0 | 64 | 42 |
| Octal | 122 | 333 | 377 | 104 | 16 | 0 | 0 | 300 | 144 | 102 |
| Binary | 1010010 | 11011011 | 11111111 | 1000100 | 1110 | 0 | 0 | 11000000 | 1100100 | 1000010 |
Color Harmonies of #52DBFF
Complementary color
Monochromatic Colors of #52DBFF
Black with #52DBFF
Text Example
Text Example
White with #52DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBFF; }
p { color: rgb(82,219,255); }
H1.HeaderClassName
{
color: #52DBFF;
}
.AnyTagClassName
{
color: #52DBFF;
}
</style>
background-color css
<style>
a { background-color: #52DBFF; }
a { background-color: rgb(82,219,255); }
div.DivClassName
{
background-color: #52DBFF;
}
.BgClassName
{
background-color: #52DBFF;
}
</style>
border-color css
<style>
span { border-color: #52DBFF; }
span { border-color: rgb(82,219,255); }
td.TdClassName
{
border-color: #52DBFF;
}
.TagClassName
{
border-color: #52DBFF;
}
</style>