Shades of Turquoise Blue #52E5FD
Tints of Turquoise Blue #52E5FD
RGB
CMYK
RGB Variations
Color information
#52E5FD (or 0x52E5FD) is known color: Turquoise Blue. HEX triplet: 52, E5 and FD. RGB value is (82,229,253). Sum of RGB (Red+Green+Blue) = 82+229+253=564 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.54% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #52E5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52E5FD is #AD1A02. Grayscale: #BBBBBB. Windows color (decimal): -11344387 or 16639314. OLE color: 16639314.
HSL color Cylindrical-coordinate representation of color #52E5FD: hue angle of 188.42º 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 #52E5FD is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 229 | 253 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.01 |
| HSL | 188.42º | 0.98% | 0.66% | - |
| HSV(B) | 188.42º | 0.68% | 0.99% | - |
| XYZ | 49.23 | 64.92 | 102.87 | - |
| YUV | 187.78 | 164.8 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 229 | 253 | 0.68 | 0.09 | 0 | 0.01 | 188.42 | 0.98 | 0.66 |
| Hex | 52 | E5 | FD | 44 | 9 | 0 | 1 | BC | 62 | 42 |
| Octal | 122 | 345 | 375 | 104 | 11 | 0 | 1 | 274 | 142 | 102 |
| Binary | 1010010 | 11100101 | 11111101 | 1000100 | 1001 | 0 | 1 | 10111100 | 1100010 | 1000010 |
Color Harmonies of #52E5FD
Complementary color
Monochromatic Colors of #52E5FD
Black with #52E5FD
Text Example
Text Example
White with #52E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E5FD; }
p { color: rgb(82,229,253); }
H1.HeaderClassName
{
color: #52E5FD;
}
.AnyTagClassName
{
color: #52E5FD;
}
</style>
background-color css
<style>
a { background-color: #52E5FD; }
a { background-color: rgb(82,229,253); }
div.DivClassName
{
background-color: #52E5FD;
}
.BgClassName
{
background-color: #52E5FD;
}
</style>
border-color css
<style>
span { border-color: #52E5FD; }
span { border-color: rgb(82,229,253); }
td.TdClassName
{
border-color: #52E5FD;
}
.TagClassName
{
border-color: #52E5FD;
}
</style>