Shades of Turquoise Blue #53D2FC
Tints of Turquoise Blue #53D2FC
RGB
CMYK
RGB Variations
Color information
#53D2FC (or 0x53D2FC) is known color: Turquoise Blue. HEX triplet: 53, D2 and FC. RGB value is (83,210,252). Sum of RGB (Red+Green+Blue) = 83+210+252=545 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.23% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #53D2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D2FC is #AC2D03. Grayscale: #B0B0B0. Windows color (decimal): -11283716 or 16568915. OLE color: 16568915.
HSL color Cylindrical-coordinate representation of color #53D2FC: hue angle of 194.91º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53D2FC is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 210 | 252 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.01 |
| HSL | 194.91º | 0.97% | 0.66% | - |
| HSV(B) | 194.91º | 0.67% | 0.99% | - |
| XYZ | 44.18 | 54.96 | 100.38 | - |
| YUV | 176.82 | 170.42 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 210 | 252 | 0.67 | 0.17 | 0 | 0.01 | 194.91 | 0.97 | 0.66 |
| Hex | 53 | D2 | FC | 43 | 11 | 0 | 1 | C3 | 61 | 42 |
| Octal | 123 | 322 | 374 | 103 | 21 | 0 | 1 | 303 | 141 | 102 |
| Binary | 1010011 | 11010010 | 11111100 | 1000011 | 10001 | 0 | 1 | 11000011 | 1100001 | 1000010 |
Color Harmonies of #53D2FC
Complementary color
Monochromatic Colors of #53D2FC
Black with #53D2FC
Text Example
Text Example
White with #53D2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D2FC; }
p { color: rgb(83,210,252); }
H1.HeaderClassName
{
color: #53D2FC;
}
.AnyTagClassName
{
color: #53D2FC;
}
</style>
background-color css
<style>
a { background-color: #53D2FC; }
a { background-color: rgb(83,210,252); }
div.DivClassName
{
background-color: #53D2FC;
}
.BgClassName
{
background-color: #53D2FC;
}
</style>
border-color css
<style>
span { border-color: #53D2FC; }
span { border-color: rgb(83,210,252); }
td.TdClassName
{
border-color: #53D2FC;
}
.TagClassName
{
border-color: #53D2FC;
}
</style>