Shades of Turquoise Blue #53DBFE
Tints of Turquoise Blue #53DBFE
RGB
CMYK
RGB Variations
Color information
#53DBFE (or 0x53DBFE) is known color: Turquoise Blue. HEX triplet: 53, DB and FE. RGB value is (83,219,254). Sum of RGB (Red+Green+Blue) = 83+219+254=556 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.93% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #53DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DBFE is #AC2401. Grayscale: #B6B6B6. Windows color (decimal): -11281410 or 16702291. OLE color: 16702291.
HSL color Cylindrical-coordinate representation of color #53DBFE: hue angle of 192.28º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53DBFE is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 219 | 254 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.00 |
| HSL | 192.28º | 0.99% | 0.66% | - |
| HSV(B) | 192.28º | 0.67% | 1% | - |
| XYZ | 46.79 | 59.66 | 102.82 | - |
| YUV | 182.33 | 168.44 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 254 | 0.67 | 0.14 | 0 | 0.00 | 192.28 | 0.99 | 0.66 |
| Hex | 53 | DB | FE | 43 | E | 0 | 0 | C0 | 63 | 42 |
| Octal | 123 | 333 | 376 | 103 | 16 | 0 | 0 | 300 | 143 | 102 |
| Binary | 1010011 | 11011011 | 11111110 | 1000011 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000010 |
Color Harmonies of #53DBFE
Complementary color
Monochromatic Colors of #53DBFE
Black with #53DBFE
Text Example
Text Example
White with #53DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBFE; }
p { color: rgb(83,219,254); }
H1.HeaderClassName
{
color: #53DBFE;
}
.AnyTagClassName
{
color: #53DBFE;
}
</style>
background-color css
<style>
a { background-color: #53DBFE; }
a { background-color: rgb(83,219,254); }
div.DivClassName
{
background-color: #53DBFE;
}
.BgClassName
{
background-color: #53DBFE;
}
</style>
border-color css
<style>
span { border-color: #53DBFE; }
span { border-color: rgb(83,219,254); }
td.TdClassName
{
border-color: #53DBFE;
}
.TagClassName
{
border-color: #53DBFE;
}
</style>