Shades of Medium Turquoise #54DBD7
Tints of Medium Turquoise #54DBD7
RGB
CMYK
RGB Variations
Color information
#54DBD7 (or 0x54DBD7) is known color: Medium Turquoise. HEX triplet: 54, DB and D7. RGB value is (84,219,215). Sum of RGB (Red+Green+Blue) = 84+219+215=518 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.22% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBD7 is #AB2428. Grayscale: #B2B2B2. Windows color (decimal): -11215913 or 14146388. OLE color: 14146388.
HSL color Cylindrical-coordinate representation of color #54DBD7: hue angle of 178.22º 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 #54DBD7 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 215 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.14 |
| HSL | 178.22º | 0.65% | 0.59% | - |
| HSV(B) | 178.22º | 0.62% | 0.86% | - |
| XYZ | 41.25 | 57.45 | 73.21 | - |
| YUV | 178.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 215 | 0.62 | 0 | 0.02 | 0.14 | 178.22 | 0.65 | 0.59 |
| Hex | 54 | DB | D7 | 3E | 0 | 2 | E | B2 | 41 | 3B |
| Octal | 124 | 333 | 327 | 76 | 0 | 2 | 16 | 262 | 101 | 73 |
| Binary | 1010100 | 11011011 | 11010111 | 111110 | 0 | 10 | 1110 | 10110010 | 1000001 | 111011 |
Color Harmonies of #54DBD7
Complementary color
Monochromatic Colors of #54DBD7
Black with #54DBD7
Text Example
Text Example
White with #54DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBD7; }
p { color: rgb(84,219,215); }
H1.HeaderClassName
{
color: #54DBD7;
}
.AnyTagClassName
{
color: #54DBD7;
}
</style>
background-color css
<style>
a { background-color: #54DBD7; }
a { background-color: rgb(84,219,215); }
div.DivClassName
{
background-color: #54DBD7;
}
.BgClassName
{
background-color: #54DBD7;
}
</style>
border-color css
<style>
span { border-color: #54DBD7; }
span { border-color: rgb(84,219,215); }
td.TdClassName
{
border-color: #54DBD7;
}
.TagClassName
{
border-color: #54DBD7;
}
</style>