Shades of Turquoise #54FFDB
Tints of Turquoise #54FFDB
RGB
CMYK
RGB Variations
Color information
#54FFDB (or 0x54FFDB) is known color: Turquoise. HEX triplet: 54, FF and DB. RGB value is (84,255,219). Sum of RGB (Red+Green+Blue) = 84+255+219=558 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.05% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFDB is #AB0024. Grayscale: #C7C7C7. Windows color (decimal): -11206693 or 14417748. OLE color: 14417748.
HSL color Cylindrical-coordinate representation of color #54FFDB: hue angle of 167.37º 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 #54FFDB is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 219 | - |
| CMYK | 0.67 | 0 | 0.14 | 0 |
| HSL | 167.37º | 1% | 0.66% | - |
| HSV(B) | 167.37º | 0.67% | 1% | - |
| XYZ | 52.2 | 78.52 | 79.42 | - |
| YUV | 199.77 | 138.85 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 219 | 0.67 | 0 | 0.14 | 0 | 167.37 | 1 | 0.66 |
| Hex | 54 | FF | DB | 43 | 0 | E | 0 | A7 | 64 | 42 |
| Octal | 124 | 377 | 333 | 103 | 0 | 16 | 0 | 247 | 144 | 102 |
| Binary | 1010100 | 11111111 | 11011011 | 1000011 | 0 | 1110 | 0 | 10100111 | 1100100 | 1000010 |
Color Harmonies of #54FFDB
Complementary color
Monochromatic Colors of #54FFDB
Black with #54FFDB
Text Example
Text Example
White with #54FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFDB; }
p { color: rgb(84,255,219); }
H1.HeaderClassName
{
color: #54FFDB;
}
.AnyTagClassName
{
color: #54FFDB;
}
</style>
background-color css
<style>
a { background-color: #54FFDB; }
a { background-color: rgb(84,255,219); }
div.DivClassName
{
background-color: #54FFDB;
}
.BgClassName
{
background-color: #54FFDB;
}
</style>
border-color css
<style>
span { border-color: #54FFDB; }
span { border-color: rgb(84,255,219); }
td.TdClassName
{
border-color: #54FFDB;
}
.TagClassName
{
border-color: #54FFDB;
}
</style>