Shades of Turquoise Blue #54DBEB
Tints of Turquoise Blue #54DBEB
RGB
CMYK
RGB Variations
Color information
#54DBEB (or 0x54DBEB) is known color: Turquoise Blue. HEX triplet: 54, DB and EB. RGB value is (84,219,235). Sum of RGB (Red+Green+Blue) = 84+219+235=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #54DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54DBEB is #AB2414. Grayscale: #B4B4B4. Windows color (decimal): -11215893 or 15457108. OLE color: 15457108.
HSL color Cylindrical-coordinate representation of color #54DBEB: hue angle of 186.36º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54DBEB is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 219 | 235 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.08 |
| HSL | 186.36º | 0.79% | 0.63% | - |
| HSV(B) | 186.36º | 0.64% | 0.92% | - |
| XYZ | 43.98 | 58.55 | 87.58 | - |
| YUV | 180.46 | 158.77 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 235 | 0.64 | 0.07 | 0 | 0.08 | 186.36 | 0.79 | 0.63 |
| Hex | 54 | DB | EB | 40 | 7 | 0 | 8 | BA | 4F | 3F |
| Octal | 124 | 333 | 353 | 100 | 7 | 0 | 10 | 272 | 117 | 77 |
| Binary | 1010100 | 11011011 | 11101011 | 1000000 | 111 | 0 | 1000 | 10111010 | 1001111 | 111111 |
Color Harmonies of #54DBEB
Complementary color
Monochromatic Colors of #54DBEB
Black with #54DBEB
Text Example
Text Example
White with #54DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBEB; }
p { color: rgb(84,219,235); }
H1.HeaderClassName
{
color: #54DBEB;
}
.AnyTagClassName
{
color: #54DBEB;
}
</style>
background-color css
<style>
a { background-color: #54DBEB; }
a { background-color: rgb(84,219,235); }
div.DivClassName
{
background-color: #54DBEB;
}
.BgClassName
{
background-color: #54DBEB;
}
</style>
border-color css
<style>
span { border-color: #54DBEB; }
span { border-color: rgb(84,219,235); }
td.TdClassName
{
border-color: #54DBEB;
}
.TagClassName
{
border-color: #54DBEB;
}
</style>