Shades of Medium Turquoise #54DBD4
Tints of Medium Turquoise #54DBD4
RGB
CMYK
RGB Variations
Color information
#54DBD4 (or 0x54DBD4) is known color: Medium Turquoise. HEX triplet: 54, DB and D4. RGB value is (84,219,212). Sum of RGB (Red+Green+Blue) = 84+219+212=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBD4 is #AB242B. Grayscale: #B1B1B1. Windows color (decimal): -11215916 or 13949780. OLE color: 13949780.
HSL color Cylindrical-coordinate representation of color #54DBD4: hue angle of 176.89º 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 #54DBD4 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 212 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.14 |
| HSL | 176.89º | 0.65% | 0.59% | - |
| HSV(B) | 176.89º | 0.62% | 0.86% | - |
| XYZ | 40.87 | 57.3 | 71.19 | - |
| YUV | 177.84 | 147.27 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 212 | 0.62 | 0 | 0.03 | 0.14 | 176.89 | 0.65 | 0.59 |
| Hex | 54 | DB | D4 | 3E | 0 | 3 | E | B1 | 41 | 3B |
| Octal | 124 | 333 | 324 | 76 | 0 | 3 | 16 | 261 | 101 | 73 |
| Binary | 1010100 | 11011011 | 11010100 | 111110 | 0 | 11 | 1110 | 10110001 | 1000001 | 111011 |
Color Harmonies of #54DBD4
Complementary color
Monochromatic Colors of #54DBD4
Black with #54DBD4
Text Example
Text Example
White with #54DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBD4; }
p { color: rgb(84,219,212); }
H1.HeaderClassName
{
color: #54DBD4;
}
.AnyTagClassName
{
color: #54DBD4;
}
</style>
background-color css
<style>
a { background-color: #54DBD4; }
a { background-color: rgb(84,219,212); }
div.DivClassName
{
background-color: #54DBD4;
}
.BgClassName
{
background-color: #54DBD4;
}
</style>
border-color css
<style>
span { border-color: #54DBD4; }
span { border-color: rgb(84,219,212); }
td.TdClassName
{
border-color: #54DBD4;
}
.TagClassName
{
border-color: #54DBD4;
}
</style>