Shades of Medium Turquoise #54D8DB
Tints of Medium Turquoise #54D8DB
RGB
CMYK
RGB Variations
Color information
#54D8DB (or 0x54D8DB) is known color: Medium Turquoise. HEX triplet: 54, D8 and DB. RGB value is (84,216,219). Sum of RGB (Red+Green+Blue) = 84+216+219=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #54D8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D8DB is #AB2724. Grayscale: #B0B0B0. Windows color (decimal): -11216677 or 14407764. OLE color: 14407764.
HSL color Cylindrical-coordinate representation of color #54D8DB: hue angle of 181.33º 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 #54D8DB is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 216 | 219 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.14 |
| HSL | 181.33º | 0.65% | 0.59% | - |
| HSV(B) | 181.33º | 0.62% | 0.86% | - |
| XYZ | 41 | 56.11 | 75.69 | - |
| YUV | 176.87 | 151.77 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 216 | 219 | 0.62 | 0.01 | 0 | 0.14 | 181.33 | 0.65 | 0.59 |
| Hex | 54 | D8 | DB | 3E | 1 | 0 | E | B5 | 41 | 3B |
| Octal | 124 | 330 | 333 | 76 | 1 | 0 | 16 | 265 | 101 | 73 |
| Binary | 1010100 | 11011000 | 11011011 | 111110 | 1 | 0 | 1110 | 10110101 | 1000001 | 111011 |
Color Harmonies of #54D8DB
Complementary color
Monochromatic Colors of #54D8DB
Black with #54D8DB
Text Example
Text Example
White with #54D8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D8DB; }
p { color: rgb(84,216,219); }
H1.HeaderClassName
{
color: #54D8DB;
}
.AnyTagClassName
{
color: #54D8DB;
}
</style>
background-color css
<style>
a { background-color: #54D8DB; }
a { background-color: rgb(84,216,219); }
div.DivClassName
{
background-color: #54D8DB;
}
.BgClassName
{
background-color: #54D8DB;
}
</style>
border-color css
<style>
span { border-color: #54D8DB; }
span { border-color: rgb(84,216,219); }
td.TdClassName
{
border-color: #54D8DB;
}
.TagClassName
{
border-color: #54D8DB;
}
</style>