Shades of Medium Turquoise #54DBD3
Tints of Medium Turquoise #54DBD3
RGB
CMYK
RGB Variations
Color information
#54DBD3 (or 0x54DBD3) is known color: Medium Turquoise. HEX triplet: 54, DB and D3. RGB value is (84,219,211). Sum of RGB (Red+Green+Blue) = 84+219+211=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBD3 is #AB242C. Grayscale: #B1B1B1. Windows color (decimal): -11215917 or 13884244. OLE color: 13884244.
HSL color Cylindrical-coordinate representation of color #54DBD3: hue angle of 176.44º 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 #54DBD3 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 211 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.14 |
| HSL | 176.44º | 0.65% | 0.59% | - |
| HSV(B) | 176.44º | 0.62% | 0.86% | - |
| XYZ | 40.75 | 57.25 | 70.53 | - |
| YUV | 177.72 | 146.77 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 211 | 0.62 | 0 | 0.04 | 0.14 | 176.44 | 0.65 | 0.59 |
| Hex | 54 | DB | D3 | 3E | 0 | 4 | E | B0 | 41 | 3B |
| Octal | 124 | 333 | 323 | 76 | 0 | 4 | 16 | 260 | 101 | 73 |
| Binary | 1010100 | 11011011 | 11010011 | 111110 | 0 | 100 | 1110 | 10110000 | 1000001 | 111011 |
Color Harmonies of #54DBD3
Complementary color
Monochromatic Colors of #54DBD3
Black with #54DBD3
Text Example
Text Example
White with #54DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBD3; }
p { color: rgb(84,219,211); }
H1.HeaderClassName
{
color: #54DBD3;
}
.AnyTagClassName
{
color: #54DBD3;
}
</style>
background-color css
<style>
a { background-color: #54DBD3; }
a { background-color: rgb(84,219,211); }
div.DivClassName
{
background-color: #54DBD3;
}
.BgClassName
{
background-color: #54DBD3;
}
</style>
border-color css
<style>
span { border-color: #54DBD3; }
span { border-color: rgb(84,219,211); }
td.TdClassName
{
border-color: #54DBD3;
}
.TagClassName
{
border-color: #54DBD3;
}
</style>