Shades of Medium Turquoise #54DBD0
Tints of Medium Turquoise #54DBD0
RGB
CMYK
RGB Variations
Color information
#54DBD0 (or 0x54DBD0) is known color: Medium Turquoise. HEX triplet: 54, DB and D0. RGB value is (84,219,208). Sum of RGB (Red+Green+Blue) = 84+219+208=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBD0 is #AB242F. Grayscale: #B1B1B1. Windows color (decimal): -11215920 or 13687636. OLE color: 13687636.
HSL color Cylindrical-coordinate representation of color #54DBD0: hue angle of 175.11º 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 #54DBD0 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 208 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.14 |
| HSL | 175.11º | 0.65% | 0.59% | - |
| HSV(B) | 175.11º | 0.62% | 0.86% | - |
| XYZ | 40.37 | 57.1 | 68.57 | - |
| YUV | 177.38 | 145.27 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 208 | 0.62 | 0 | 0.05 | 0.14 | 175.11 | 0.65 | 0.59 |
| Hex | 54 | DB | D0 | 3E | 0 | 5 | E | AF | 41 | 3B |
| Octal | 124 | 333 | 320 | 76 | 0 | 5 | 16 | 257 | 101 | 73 |
| Binary | 1010100 | 11011011 | 11010000 | 111110 | 0 | 101 | 1110 | 10101111 | 1000001 | 111011 |
Color Harmonies of #54DBD0
Complementary color
Monochromatic Colors of #54DBD0
Black with #54DBD0
Text Example
Text Example
White with #54DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBD0; }
p { color: rgb(84,219,208); }
H1.HeaderClassName
{
color: #54DBD0;
}
.AnyTagClassName
{
color: #54DBD0;
}
</style>
background-color css
<style>
a { background-color: #54DBD0; }
a { background-color: rgb(84,219,208); }
div.DivClassName
{
background-color: #54DBD0;
}
.BgClassName
{
background-color: #54DBD0;
}
</style>
border-color css
<style>
span { border-color: #54DBD0; }
span { border-color: rgb(84,219,208); }
td.TdClassName
{
border-color: #54DBD0;
}
.TagClassName
{
border-color: #54DBD0;
}
</style>