Shades of Turquoise Blue #54DBE8
Tints of Turquoise Blue #54DBE8
RGB
CMYK
RGB Variations
Color information
#54DBE8 (or 0x54DBE8) is known color: Turquoise Blue. HEX triplet: 54, DB and E8. RGB value is (84,219,232). Sum of RGB (Red+Green+Blue) = 84+219+232=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #54DBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DBE8 is #AB2417. Grayscale: #B3B3B3. Windows color (decimal): -11215896 or 15260500. OLE color: 15260500.
HSL color Cylindrical-coordinate representation of color #54DBE8: hue angle of 185.27º 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 #54DBE8 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 219 | 232 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.09 |
| HSL | 185.27º | 0.76% | 0.62% | - |
| HSV(B) | 185.27º | 0.64% | 0.91% | - |
| XYZ | 43.55 | 58.37 | 85.32 | - |
| YUV | 180.12 | 157.27 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 232 | 0.64 | 0.06 | 0 | 0.09 | 185.27 | 0.76 | 0.62 |
| Hex | 54 | DB | E8 | 40 | 6 | 0 | 9 | B9 | 4C | 3E |
| Octal | 124 | 333 | 350 | 100 | 6 | 0 | 11 | 271 | 114 | 76 |
| Binary | 1010100 | 11011011 | 11101000 | 1000000 | 110 | 0 | 1001 | 10111001 | 1001100 | 111110 |
Color Harmonies of #54DBE8
Complementary color
Monochromatic Colors of #54DBE8
Black with #54DBE8
Text Example
Text Example
White with #54DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBE8; }
p { color: rgb(84,219,232); }
H1.HeaderClassName
{
color: #54DBE8;
}
.AnyTagClassName
{
color: #54DBE8;
}
</style>
background-color css
<style>
a { background-color: #54DBE8; }
a { background-color: rgb(84,219,232); }
div.DivClassName
{
background-color: #54DBE8;
}
.BgClassName
{
background-color: #54DBE8;
}
</style>
border-color css
<style>
span { border-color: #54DBE8; }
span { border-color: rgb(84,219,232); }
td.TdClassName
{
border-color: #54DBE8;
}
.TagClassName
{
border-color: #54DBE8;
}
</style>