Shades of Turquoise Blue #52DBFD
Tints of Turquoise Blue #52DBFD
RGB
CMYK
RGB Variations
Color information
#52DBFD (or 0x52DBFD) is known color: Turquoise Blue. HEX triplet: 52, DB and FD. RGB value is (82,219,253). Sum of RGB (Red+Green+Blue) = 82+219+253=554 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.80% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #52DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DBFD is #AD2402. Grayscale: #B5B5B5. Windows color (decimal): -11346947 or 16636754. OLE color: 16636754.
HSL color Cylindrical-coordinate representation of color #52DBFD: hue angle of 191.93º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52DBFD is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 219 | 253 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.01 |
| HSL | 191.93º | 0.98% | 0.66% | - |
| HSV(B) | 191.93º | 0.68% | 0.99% | - |
| XYZ | 46.54 | 59.55 | 101.97 | - |
| YUV | 181.91 | 168.11 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 253 | 0.68 | 0.13 | 0 | 0.01 | 191.93 | 0.98 | 0.66 |
| Hex | 52 | DB | FD | 44 | D | 0 | 1 | C0 | 62 | 42 |
| Octal | 122 | 333 | 375 | 104 | 15 | 0 | 1 | 300 | 142 | 102 |
| Binary | 1010010 | 11011011 | 11111101 | 1000100 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000010 |
Color Harmonies of #52DBFD
Complementary color
Monochromatic Colors of #52DBFD
Black with #52DBFD
Text Example
Text Example
White with #52DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBFD; }
p { color: rgb(82,219,253); }
H1.HeaderClassName
{
color: #52DBFD;
}
.AnyTagClassName
{
color: #52DBFD;
}
</style>
background-color css
<style>
a { background-color: #52DBFD; }
a { background-color: rgb(82,219,253); }
div.DivClassName
{
background-color: #52DBFD;
}
.BgClassName
{
background-color: #52DBFD;
}
</style>
border-color css
<style>
span { border-color: #52DBFD; }
span { border-color: rgb(82,219,253); }
td.TdClassName
{
border-color: #52DBFD;
}
.TagClassName
{
border-color: #52DBFD;
}
</style>