Shades of Turquoise Blue #53DCF6
Tints of Turquoise Blue #53DCF6
RGB
CMYK
RGB Variations
Color information
#53DCF6 (or 0x53DCF6) is known color: Turquoise Blue. HEX triplet: 53, DC and F6. RGB value is (83,220,246). Sum of RGB (Red+Green+Blue) = 83+220+246=549 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.12% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #53DCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DCF6 is #AC2309. Grayscale: #B5B5B5. Windows color (decimal): -11281162 or 16178259. OLE color: 16178259.
HSL color Cylindrical-coordinate representation of color #53DCF6: hue angle of 189.57º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53DCF6 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 220 | 246 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.04 |
| HSL | 189.57º | 0.9% | 0.65% | - |
| HSV(B) | 189.57º | 0.66% | 0.96% | - |
| XYZ | 45.8 | 59.68 | 96.29 | - |
| YUV | 182 | 164.11 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 246 | 0.66 | 0.11 | 0 | 0.04 | 189.57 | 0.9 | 0.65 |
| Hex | 53 | DC | F6 | 42 | B | 0 | 4 | BE | 5A | 41 |
| Octal | 123 | 334 | 366 | 102 | 13 | 0 | 4 | 276 | 132 | 101 |
| Binary | 1010011 | 11011100 | 11110110 | 1000010 | 1011 | 0 | 100 | 10111110 | 1011010 | 1000001 |
Color Harmonies of #53DCF6
Complementary color
Monochromatic Colors of #53DCF6
Black with #53DCF6
Text Example
Text Example
White with #53DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCF6; }
p { color: rgb(83,220,246); }
H1.HeaderClassName
{
color: #53DCF6;
}
.AnyTagClassName
{
color: #53DCF6;
}
</style>
background-color css
<style>
a { background-color: #53DCF6; }
a { background-color: rgb(83,220,246); }
div.DivClassName
{
background-color: #53DCF6;
}
.BgClassName
{
background-color: #53DCF6;
}
</style>
border-color css
<style>
span { border-color: #53DCF6; }
span { border-color: rgb(83,220,246); }
td.TdClassName
{
border-color: #53DCF6;
}
.TagClassName
{
border-color: #53DCF6;
}
</style>