Shades of Turquoise Blue #52D4F7
Tints of Turquoise Blue #52D4F7
RGB
CMYK
RGB Variations
Color information
#52D4F7 (or 0x52D4F7) is known color: Turquoise Blue. HEX triplet: 52, D4 and F7. RGB value is (82,212,247). Sum of RGB (Red+Green+Blue) = 82+212+247=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #52D4F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D4F7 is #AD2B08. Grayscale: #B0B0B0. Windows color (decimal): -11348745 or 16241746. OLE color: 16241746.
HSL color Cylindrical-coordinate representation of color #52D4F7: hue angle of 192.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52D4F7 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 212 | 247 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.03 |
| HSL | 192.73º | 0.91% | 0.65% | - |
| HSV(B) | 192.73º | 0.67% | 0.97% | - |
| XYZ | 43.81 | 55.6 | 96.42 | - |
| YUV | 177.12 | 167.43 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 212 | 247 | 0.67 | 0.14 | 0 | 0.03 | 192.73 | 0.91 | 0.65 |
| Hex | 52 | D4 | F7 | 43 | E | 0 | 3 | C1 | 5B | 41 |
| Octal | 122 | 324 | 367 | 103 | 16 | 0 | 3 | 301 | 133 | 101 |
| Binary | 1010010 | 11010100 | 11110111 | 1000011 | 1110 | 0 | 11 | 11000001 | 1011011 | 1000001 |
Color Harmonies of #52D4F7
Complementary color
Monochromatic Colors of #52D4F7
Black with #52D4F7
Text Example
Text Example
White with #52D4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D4F7; }
p { color: rgb(82,212,247); }
H1.HeaderClassName
{
color: #52D4F7;
}
.AnyTagClassName
{
color: #52D4F7;
}
</style>
background-color css
<style>
a { background-color: #52D4F7; }
a { background-color: rgb(82,212,247); }
div.DivClassName
{
background-color: #52D4F7;
}
.BgClassName
{
background-color: #52D4F7;
}
</style>
border-color css
<style>
span { border-color: #52D4F7; }
span { border-color: rgb(82,212,247); }
td.TdClassName
{
border-color: #52D4F7;
}
.TagClassName
{
border-color: #52D4F7;
}
</style>