Shades of Medium Turquoise #54DBDA
Tints of Medium Turquoise #54DBDA
RGB
CMYK
RGB Variations
Color information
#54DBDA (or 0x54DBDA) is known color: Medium Turquoise. HEX triplet: 54, DB and DA. RGB value is (84,219,218). Sum of RGB (Red+Green+Blue) = 84+219+218=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBDA is #AB2425. Grayscale: #B2B2B2. Windows color (decimal): -11215910 or 14342996. OLE color: 14342996.
HSL color Cylindrical-coordinate representation of color #54DBDA: hue angle of 179.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DBDA is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 218 | - |
| CMYK | 0.62 | 0 | 0.00 | 0.14 |
| HSL | 179.56º | 0.65% | 0.59% | - |
| HSV(B) | 179.56º | 0.62% | 0.86% | - |
| XYZ | 41.64 | 57.61 | 75.25 | - |
| YUV | 178.52 | 150.27 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 218 | 0.62 | 0 | 0.00 | 0.14 | 179.56 | 0.65 | 0.59 |
| Hex | 54 | DB | DA | 3E | 0 | 0 | E | B4 | 41 | 3B |
| Octal | 124 | 333 | 332 | 76 | 0 | 0 | 16 | 264 | 101 | 73 |
| Binary | 1010100 | 11011011 | 11011010 | 111110 | 0 | 0 | 1110 | 10110100 | 1000001 | 111011 |
Color Harmonies of #54DBDA
Complementary color
Monochromatic Colors of #54DBDA
Black with #54DBDA
Text Example
Text Example
White with #54DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBDA; }
p { color: rgb(84,219,218); }
H1.HeaderClassName
{
color: #54DBDA;
}
.AnyTagClassName
{
color: #54DBDA;
}
</style>
background-color css
<style>
a { background-color: #54DBDA; }
a { background-color: rgb(84,219,218); }
div.DivClassName
{
background-color: #54DBDA;
}
.BgClassName
{
background-color: #54DBDA;
}
</style>
border-color css
<style>
span { border-color: #54DBDA; }
span { border-color: rgb(84,219,218); }
td.TdClassName
{
border-color: #54DBDA;
}
.TagClassName
{
border-color: #54DBDA;
}
</style>