Shades of Turquoise Blue #52DBFC
Tints of Turquoise Blue #52DBFC
RGB
CMYK
RGB Variations
Color information
#52DBFC (or 0x52DBFC) is known color: Turquoise Blue. HEX triplet: 52, DB and FC. RGB value is (82,219,252). Sum of RGB (Red+Green+Blue) = 82+219+252=553 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.83% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #52DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DBFC is #AD2403. Grayscale: #B5B5B5. Windows color (decimal): -11346948 or 16571218. OLE color: 16571218.
HSL color Cylindrical-coordinate representation of color #52DBFC: hue angle of 191.65º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52DBFC is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 219 | 252 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.01 |
| HSL | 191.65º | 0.97% | 0.65% | - |
| HSV(B) | 191.65º | 0.67% | 0.99% | - |
| XYZ | 46.38 | 59.49 | 101.13 | - |
| YUV | 181.8 | 167.61 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 252 | 0.67 | 0.13 | 0 | 0.01 | 191.65 | 0.97 | 0.65 |
| Hex | 52 | DB | FC | 43 | D | 0 | 1 | C0 | 61 | 41 |
| Octal | 122 | 333 | 374 | 103 | 15 | 0 | 1 | 300 | 141 | 101 |
| Binary | 1010010 | 11011011 | 11111100 | 1000011 | 1101 | 0 | 1 | 11000000 | 1100001 | 1000001 |
Color Harmonies of #52DBFC
Complementary color
Monochromatic Colors of #52DBFC
Black with #52DBFC
Text Example
Text Example
White with #52DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBFC; }
p { color: rgb(82,219,252); }
H1.HeaderClassName
{
color: #52DBFC;
}
.AnyTagClassName
{
color: #52DBFC;
}
</style>
background-color css
<style>
a { background-color: #52DBFC; }
a { background-color: rgb(82,219,252); }
div.DivClassName
{
background-color: #52DBFC;
}
.BgClassName
{
background-color: #52DBFC;
}
</style>
border-color css
<style>
span { border-color: #52DBFC; }
span { border-color: rgb(82,219,252); }
td.TdClassName
{
border-color: #52DBFC;
}
.TagClassName
{
border-color: #52DBFC;
}
</style>