Shades of Turquoise Blue #52D4F9
Tints of Turquoise Blue #52D4F9
RGB
CMYK
RGB Variations
Color information
#52D4F9 (or 0x52D4F9) is known color: Turquoise Blue. HEX triplet: 52, D4 and F9. RGB value is (82,212,249). Sum of RGB (Red+Green+Blue) = 82+212+249=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #52D4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D4F9 is #AD2B06. Grayscale: #B1B1B1. Windows color (decimal): -11348743 or 16372818. OLE color: 16372818.
HSL color Cylindrical-coordinate representation of color #52D4F9: hue angle of 193.29º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52D4F9 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 212 | 249 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.02 |
| HSL | 193.29º | 0.93% | 0.65% | - |
| HSV(B) | 193.29º | 0.67% | 0.98% | - |
| XYZ | 44.12 | 55.72 | 98.05 | - |
| YUV | 177.35 | 168.43 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 212 | 249 | 0.67 | 0.15 | 0 | 0.02 | 193.29 | 0.93 | 0.65 |
| Hex | 52 | D4 | F9 | 43 | F | 0 | 2 | C1 | 5D | 41 |
| Octal | 122 | 324 | 371 | 103 | 17 | 0 | 2 | 301 | 135 | 101 |
| Binary | 1010010 | 11010100 | 11111001 | 1000011 | 1111 | 0 | 10 | 11000001 | 1011101 | 1000001 |
Color Harmonies of #52D4F9
Complementary color
Monochromatic Colors of #52D4F9
Black with #52D4F9
Text Example
Text Example
White with #52D4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D4F9; }
p { color: rgb(82,212,249); }
H1.HeaderClassName
{
color: #52D4F9;
}
.AnyTagClassName
{
color: #52D4F9;
}
</style>
background-color css
<style>
a { background-color: #52D4F9; }
a { background-color: rgb(82,212,249); }
div.DivClassName
{
background-color: #52D4F9;
}
.BgClassName
{
background-color: #52D4F9;
}
</style>
border-color css
<style>
span { border-color: #52D4F9; }
span { border-color: rgb(82,212,249); }
td.TdClassName
{
border-color: #52D4F9;
}
.TagClassName
{
border-color: #52D4F9;
}
</style>