Shades of Medium Turquoise #54DADB
Tints of Medium Turquoise #54DADB
RGB
CMYK
RGB Variations
Color information
#54DADB (or 0x54DADB) is known color: Medium Turquoise. HEX triplet: 54, DA and DB. RGB value is (84,218,219). Sum of RGB (Red+Green+Blue) = 84+218+219=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #54DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DADB is #AB2524. Grayscale: #B1B1B1. Windows color (decimal): -11216165 or 14408276. OLE color: 14408276.
HSL color Cylindrical-coordinate representation of color #54DADB: hue angle of 180.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 #54DADB is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 218 | 219 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.14 |
| HSL | 180.44º | 0.65% | 0.59% | - |
| HSV(B) | 180.44º | 0.62% | 0.86% | - |
| XYZ | 41.51 | 57.14 | 75.86 | - |
| YUV | 178.05 | 151.11 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 219 | 0.62 | 0.00 | 0 | 0.14 | 180.44 | 0.65 | 0.59 |
| Hex | 54 | DA | DB | 3E | 0 | 0 | E | B4 | 41 | 3B |
| Octal | 124 | 332 | 333 | 76 | 0 | 0 | 16 | 264 | 101 | 73 |
| Binary | 1010100 | 11011010 | 11011011 | 111110 | 0 | 0 | 1110 | 10110100 | 1000001 | 111011 |
Color Harmonies of #54DADB
Complementary color
Monochromatic Colors of #54DADB
Black with #54DADB
Text Example
Text Example
White with #54DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DADB; }
p { color: rgb(84,218,219); }
H1.HeaderClassName
{
color: #54DADB;
}
.AnyTagClassName
{
color: #54DADB;
}
</style>
background-color css
<style>
a { background-color: #54DADB; }
a { background-color: rgb(84,218,219); }
div.DivClassName
{
background-color: #54DADB;
}
.BgClassName
{
background-color: #54DADB;
}
</style>
border-color css
<style>
span { border-color: #54DADB; }
span { border-color: rgb(84,218,219); }
td.TdClassName
{
border-color: #54DADB;
}
.TagClassName
{
border-color: #54DADB;
}
</style>