Shades of Turquoise Blue #53DBFF
Tints of Turquoise Blue #53DBFF
RGB
CMYK
RGB Variations
Color information
#53DBFF (or 0x53DBFF) is known color: Turquoise Blue. HEX triplet: 53, DB and FF. RGB value is (83,219,255). Sum of RGB (Red+Green+Blue) = 83+219+255=557 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.90% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #53DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DBFF is #AC2400. Grayscale: #B6B6B6. Windows color (decimal): -11281409 or 16767827. OLE color: 16767827.
HSL color Cylindrical-coordinate representation of color #53DBFF: hue angle of 192.56º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53DBFF is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 219 | 255 | - |
| CMYK | 0.67 | 0.14 | 0 | 0 |
| HSL | 192.56º | 1% | 0.66% | - |
| HSV(B) | 192.56º | 0.67% | 1% | - |
| XYZ | 46.95 | 59.72 | 103.66 | - |
| YUV | 182.44 | 168.94 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 255 | 0.67 | 0.14 | 0 | 0 | 192.56 | 1 | 0.66 |
| Hex | 53 | DB | FF | 43 | E | 0 | 0 | C1 | 64 | 42 |
| Octal | 123 | 333 | 377 | 103 | 16 | 0 | 0 | 301 | 144 | 102 |
| Binary | 1010011 | 11011011 | 11111111 | 1000011 | 1110 | 0 | 0 | 11000001 | 1100100 | 1000010 |
Color Harmonies of #53DBFF
Complementary color
Monochromatic Colors of #53DBFF
Black with #53DBFF
Text Example
Text Example
White with #53DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBFF; }
p { color: rgb(83,219,255); }
H1.HeaderClassName
{
color: #53DBFF;
}
.AnyTagClassName
{
color: #53DBFF;
}
</style>
background-color css
<style>
a { background-color: #53DBFF; }
a { background-color: rgb(83,219,255); }
div.DivClassName
{
background-color: #53DBFF;
}
.BgClassName
{
background-color: #53DBFF;
}
</style>
border-color css
<style>
span { border-color: #53DBFF; }
span { border-color: rgb(83,219,255); }
td.TdClassName
{
border-color: #53DBFF;
}
.TagClassName
{
border-color: #53DBFF;
}
</style>