Shades of Turquoise Blue #52DAFE
Tints of Turquoise Blue #52DAFE
RGB
CMYK
RGB Variations
Color information
#52DAFE (or 0x52DAFE) is known color: Turquoise Blue. HEX triplet: 52, DA and FE. RGB value is (82,218,254). Sum of RGB (Red+Green+Blue) = 82+218+254=554 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.80% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #52DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DAFE is #AD2501. Grayscale: #B5B5B5. Windows color (decimal): -11347202 or 16702034. OLE color: 16702034.
HSL color Cylindrical-coordinate representation of color #52DAFE: hue angle of 192.56º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52DAFE is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 218 | 254 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.00 |
| HSL | 192.56º | 0.99% | 0.66% | - |
| HSV(B) | 192.56º | 0.68% | 1% | - |
| XYZ | 46.44 | 59.09 | 102.72 | - |
| YUV | 181.44 | 168.94 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 254 | 0.68 | 0.14 | 0 | 0.00 | 192.56 | 0.99 | 0.66 |
| Hex | 52 | DA | FE | 44 | E | 0 | 0 | C1 | 63 | 42 |
| Octal | 122 | 332 | 376 | 104 | 16 | 0 | 0 | 301 | 143 | 102 |
| Binary | 1010010 | 11011010 | 11111110 | 1000100 | 1110 | 0 | 0 | 11000001 | 1100011 | 1000010 |
Color Harmonies of #52DAFE
Complementary color
Monochromatic Colors of #52DAFE
Black with #52DAFE
Text Example
Text Example
White with #52DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DAFE; }
p { color: rgb(82,218,254); }
H1.HeaderClassName
{
color: #52DAFE;
}
.AnyTagClassName
{
color: #52DAFE;
}
</style>
background-color css
<style>
a { background-color: #52DAFE; }
a { background-color: rgb(82,218,254); }
div.DivClassName
{
background-color: #52DAFE;
}
.BgClassName
{
background-color: #52DAFE;
}
</style>
border-color css
<style>
span { border-color: #52DAFE; }
span { border-color: rgb(82,218,254); }
td.TdClassName
{
border-color: #52DAFE;
}
.TagClassName
{
border-color: #52DAFE;
}
</style>