Shades of Turquoise Blue #53DBE7
Tints of Turquoise Blue #53DBE7
RGB
CMYK
RGB Variations
Color information
#53DBE7 (or 0x53DBE7) is known color: Turquoise Blue. HEX triplet: 53, DB and E7. RGB value is (83,219,231). Sum of RGB (Red+Green+Blue) = 83+219+231=533 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.57% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #53DBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DBE7 is #AC2418. Grayscale: #B3B3B3. Windows color (decimal): -11281433 or 15194963. OLE color: 15194963.
HSL color Cylindrical-coordinate representation of color #53DBE7: hue angle of 184.86º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53DBE7 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 219 | 231 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.09 |
| HSL | 184.86º | 0.76% | 0.62% | - |
| HSV(B) | 184.86º | 0.64% | 0.91% | - |
| XYZ | 43.32 | 58.27 | 84.57 | - |
| YUV | 179.7 | 156.94 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 231 | 0.64 | 0.05 | 0 | 0.09 | 184.86 | 0.76 | 0.62 |
| Hex | 53 | DB | E7 | 40 | 5 | 0 | 9 | B9 | 4C | 3E |
| Octal | 123 | 333 | 347 | 100 | 5 | 0 | 11 | 271 | 114 | 76 |
| Binary | 1010011 | 11011011 | 11100111 | 1000000 | 101 | 0 | 1001 | 10111001 | 1001100 | 111110 |
Color Harmonies of #53DBE7
Complementary color
Monochromatic Colors of #53DBE7
Black with #53DBE7
Text Example
Text Example
White with #53DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBE7; }
p { color: rgb(83,219,231); }
H1.HeaderClassName
{
color: #53DBE7;
}
.AnyTagClassName
{
color: #53DBE7;
}
</style>
background-color css
<style>
a { background-color: #53DBE7; }
a { background-color: rgb(83,219,231); }
div.DivClassName
{
background-color: #53DBE7;
}
.BgClassName
{
background-color: #53DBE7;
}
</style>
border-color css
<style>
span { border-color: #53DBE7; }
span { border-color: rgb(83,219,231); }
td.TdClassName
{
border-color: #53DBE7;
}
.TagClassName
{
border-color: #53DBE7;
}
</style>