Shades of Turquoise Blue #53DBEC
Tints of Turquoise Blue #53DBEC
RGB
CMYK
RGB Variations
Color information
#53DBEC (or 0x53DBEC) is known color: Turquoise Blue. HEX triplet: 53, DB and EC. RGB value is (83,219,236). Sum of RGB (Red+Green+Blue) = 83+219+236=538 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.43% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #53DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DBEC is #AC2413. Grayscale: #B4B4B4. Windows color (decimal): -11281428 or 15522643. OLE color: 15522643.
HSL color Cylindrical-coordinate representation of color #53DBEC: hue angle of 186.67º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53DBEC is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 219 | 236 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.07 |
| HSL | 186.67º | 0.8% | 0.63% | - |
| HSV(B) | 186.67º | 0.65% | 0.93% | - |
| XYZ | 44.04 | 58.56 | 88.34 | - |
| YUV | 180.27 | 159.44 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 236 | 0.65 | 0.07 | 0 | 0.07 | 186.67 | 0.8 | 0.63 |
| Hex | 53 | DB | EC | 41 | 7 | 0 | 7 | BB | 50 | 3F |
| Octal | 123 | 333 | 354 | 101 | 7 | 0 | 7 | 273 | 120 | 77 |
| Binary | 1010011 | 11011011 | 11101100 | 1000001 | 111 | 0 | 111 | 10111011 | 1010000 | 111111 |
Color Harmonies of #53DBEC
Complementary color
Monochromatic Colors of #53DBEC
Black with #53DBEC
Text Example
Text Example
White with #53DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBEC; }
p { color: rgb(83,219,236); }
H1.HeaderClassName
{
color: #53DBEC;
}
.AnyTagClassName
{
color: #53DBEC;
}
</style>
background-color css
<style>
a { background-color: #53DBEC; }
a { background-color: rgb(83,219,236); }
div.DivClassName
{
background-color: #53DBEC;
}
.BgClassName
{
background-color: #53DBEC;
}
</style>
border-color css
<style>
span { border-color: #53DBEC; }
span { border-color: rgb(83,219,236); }
td.TdClassName
{
border-color: #53DBEC;
}
.TagClassName
{
border-color: #53DBEC;
}
</style>