Shades of Turquoise Blue #52D2FB
Tints of Turquoise Blue #52D2FB
RGB
CMYK
RGB Variations
Color information
#52D2FB (or 0x52D2FB) is known color: Turquoise Blue. HEX triplet: 52, D2 and FB. RGB value is (82,210,251). Sum of RGB (Red+Green+Blue) = 82+210+251=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #52D2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D2FB is #AD2D04. Grayscale: #B0B0B0. Windows color (decimal): -11349253 or 16503378. OLE color: 16503378.
HSL color Cylindrical-coordinate representation of color #52D2FB: hue angle of 194.56º degrees, saturation: 0.95, 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 #52D2FB is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 210 | 251 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.02 |
| HSL | 194.56º | 0.95% | 0.65% | - |
| HSV(B) | 194.56º | 0.67% | 0.98% | - |
| XYZ | 43.94 | 54.85 | 99.54 | - |
| YUV | 176.4 | 170.09 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 251 | 0.67 | 0.16 | 0 | 0.02 | 194.56 | 0.95 | 0.65 |
| Hex | 52 | D2 | FB | 43 | 10 | 0 | 2 | C3 | 5F | 41 |
| Octal | 122 | 322 | 373 | 103 | 20 | 0 | 2 | 303 | 137 | 101 |
| Binary | 1010010 | 11010010 | 11111011 | 1000011 | 10000 | 0 | 10 | 11000011 | 1011111 | 1000001 |
Color Harmonies of #52D2FB
Complementary color
Monochromatic Colors of #52D2FB
Black with #52D2FB
Text Example
Text Example
White with #52D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D2FB; }
p { color: rgb(82,210,251); }
H1.HeaderClassName
{
color: #52D2FB;
}
.AnyTagClassName
{
color: #52D2FB;
}
</style>
background-color css
<style>
a { background-color: #52D2FB; }
a { background-color: rgb(82,210,251); }
div.DivClassName
{
background-color: #52D2FB;
}
.BgClassName
{
background-color: #52D2FB;
}
</style>
border-color css
<style>
span { border-color: #52D2FB; }
span { border-color: rgb(82,210,251); }
td.TdClassName
{
border-color: #52D2FB;
}
.TagClassName
{
border-color: #52D2FB;
}
</style>