Shades of Medium Turquoise #54DBDC
Tints of Medium Turquoise #54DBDC
RGB
CMYK
RGB Variations
Color information
#54DBDC (or 0x54DBDC) is known color: Medium Turquoise. HEX triplet: 54, DB and DC. RGB value is (84,219,220). Sum of RGB (Red+Green+Blue) = 84+219+220=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #54DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBDC is #AB2423. Grayscale: #B2B2B2. Windows color (decimal): -11215908 or 14474068. OLE color: 14474068.
HSL color Cylindrical-coordinate representation of color #54DBDC: hue angle of 180.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DBDC is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 220 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.14 |
| HSL | 180.44º | 0.66% | 0.6% | - |
| HSV(B) | 180.44º | 0.62% | 0.86% | - |
| XYZ | 41.91 | 57.72 | 76.64 | - |
| YUV | 178.75 | 151.27 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 220 | 0.62 | 0.00 | 0 | 0.14 | 180.44 | 0.66 | 0.6 |
| Hex | 54 | DB | DC | 3E | 0 | 0 | E | B4 | 42 | 3C |
| Octal | 124 | 333 | 334 | 76 | 0 | 0 | 16 | 264 | 102 | 74 |
| Binary | 1010100 | 11011011 | 11011100 | 111110 | 0 | 0 | 1110 | 10110100 | 1000010 | 111100 |
Color Harmonies of #54DBDC
Complementary color
Monochromatic Colors of #54DBDC
Black with #54DBDC
Text Example
Text Example
White with #54DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBDC; }
p { color: rgb(84,219,220); }
H1.HeaderClassName
{
color: #54DBDC;
}
.AnyTagClassName
{
color: #54DBDC;
}
</style>
background-color css
<style>
a { background-color: #54DBDC; }
a { background-color: rgb(84,219,220); }
div.DivClassName
{
background-color: #54DBDC;
}
.BgClassName
{
background-color: #54DBDC;
}
</style>
border-color css
<style>
span { border-color: #54DBDC; }
span { border-color: rgb(84,219,220); }
td.TdClassName
{
border-color: #54DBDC;
}
.TagClassName
{
border-color: #54DBDC;
}
</style>