Shades of Turquoise Blue #52D2F4
Tints of Turquoise Blue #52D2F4
RGB
CMYK
RGB Variations
Color information
#52D2F4 (or 0x52D2F4) is known color: Turquoise Blue. HEX triplet: 52, D2 and F4. RGB value is (82,210,244). Sum of RGB (Red+Green+Blue) = 82+210+244=536 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.30% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #52D2F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D2F4 is #AD2D0B. Grayscale: #AFAFAF. Windows color (decimal): -11349260 or 16044626. OLE color: 16044626.
HSL color Cylindrical-coordinate representation of color #52D2F4: hue angle of 192.59º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D2F4 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 210 | 244 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.04 |
| HSL | 192.59º | 0.88% | 0.64% | - |
| HSV(B) | 192.59º | 0.66% | 0.96% | - |
| XYZ | 42.86 | 54.42 | 93.83 | - |
| YUV | 175.6 | 166.59 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 244 | 0.66 | 0.14 | 0 | 0.04 | 192.59 | 0.88 | 0.64 |
| Hex | 52 | D2 | F4 | 42 | E | 0 | 4 | C1 | 58 | 40 |
| Octal | 122 | 322 | 364 | 102 | 16 | 0 | 4 | 301 | 130 | 100 |
| Binary | 1010010 | 11010010 | 11110100 | 1000010 | 1110 | 0 | 100 | 11000001 | 1011000 | 1000000 |
Color Harmonies of #52D2F4
Complementary color
Monochromatic Colors of #52D2F4
Black with #52D2F4
Text Example
Text Example
White with #52D2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D2F4; }
p { color: rgb(82,210,244); }
H1.HeaderClassName
{
color: #52D2F4;
}
.AnyTagClassName
{
color: #52D2F4;
}
</style>
background-color css
<style>
a { background-color: #52D2F4; }
a { background-color: rgb(82,210,244); }
div.DivClassName
{
background-color: #52D2F4;
}
.BgClassName
{
background-color: #52D2F4;
}
</style>
border-color css
<style>
span { border-color: #52D2F4; }
span { border-color: rgb(82,210,244); }
td.TdClassName
{
border-color: #52D2F4;
}
.TagClassName
{
border-color: #52D2F4;
}
</style>