Shades of Turquoise Blue #52DAFF
Tints of Turquoise Blue #52DAFF
RGB
CMYK
RGB Variations
Color information
#52DAFF (or 0x52DAFF) is known color: Turquoise Blue. HEX triplet: 52, DA and FF. RGB value is (82,218,255). Sum of RGB (Red+Green+Blue) = 82+218+255=555 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.77% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #52DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DAFF is #AD2500. Grayscale: #B5B5B5. Windows color (decimal): -11347201 or 16767570. OLE color: 16767570.
HSL color Cylindrical-coordinate representation of color #52DAFF: hue angle of 192.83º 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 #52DAFF is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 218 | 255 | - |
| CMYK | 0.68 | 0.15 | 0 | 0 |
| HSL | 192.83º | 1% | 0.66% | - |
| HSV(B) | 192.83º | 0.68% | 1% | - |
| XYZ | 46.6 | 59.16 | 103.57 | - |
| YUV | 181.55 | 169.44 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 255 | 0.68 | 0.15 | 0 | 0 | 192.83 | 1 | 0.66 |
| Hex | 52 | DA | FF | 44 | F | 0 | 0 | C1 | 64 | 42 |
| Octal | 122 | 332 | 377 | 104 | 17 | 0 | 0 | 301 | 144 | 102 |
| Binary | 1010010 | 11011010 | 11111111 | 1000100 | 1111 | 0 | 0 | 11000001 | 1100100 | 1000010 |
Color Harmonies of #52DAFF
Complementary color
Monochromatic Colors of #52DAFF
Black with #52DAFF
Text Example
Text Example
White with #52DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DAFF; }
p { color: rgb(82,218,255); }
H1.HeaderClassName
{
color: #52DAFF;
}
.AnyTagClassName
{
color: #52DAFF;
}
</style>
background-color css
<style>
a { background-color: #52DAFF; }
a { background-color: rgb(82,218,255); }
div.DivClassName
{
background-color: #52DAFF;
}
.BgClassName
{
background-color: #52DAFF;
}
</style>
border-color css
<style>
span { border-color: #52DAFF; }
span { border-color: rgb(82,218,255); }
td.TdClassName
{
border-color: #52DAFF;
}
.TagClassName
{
border-color: #52DAFF;
}
</style>