Shades of Medium Turquoise #54DBBB
Tints of Medium Turquoise #54DBBB
RGB
CMYK
RGB Variations
Color information
#54DBBB (or 0x54DBBB) is known color: Medium Turquoise. HEX triplet: 54, DB and BB. RGB value is (84,219,187). Sum of RGB (Red+Green+Blue) = 84+219+187=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBBB is #AB2444. Grayscale: #AEAEAE. Windows color (decimal): -11215941 or 12311380. OLE color: 12311380.
HSL color Cylindrical-coordinate representation of color #54DBBB: hue angle of 165.78º 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 #54DBBB is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 187 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.14 |
| HSL | 165.78º | 0.65% | 0.59% | - |
| HSV(B) | 165.78º | 0.62% | 0.86% | - |
| XYZ | 37.96 | 56.14 | 55.85 | - |
| YUV | 174.99 | 134.77 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 187 | 0.62 | 0 | 0.15 | 0.14 | 165.78 | 0.65 | 0.59 |
| Hex | 54 | DB | BB | 3E | 0 | F | E | A6 | 41 | 3B |
| Octal | 124 | 333 | 273 | 76 | 0 | 17 | 16 | 246 | 101 | 73 |
| Binary | 1010100 | 11011011 | 10111011 | 111110 | 0 | 1111 | 1110 | 10100110 | 1000001 | 111011 |
Color Harmonies of #54DBBB
Complementary color
Monochromatic Colors of #54DBBB
Black with #54DBBB
Text Example
Text Example
White with #54DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBBB; }
p { color: rgb(84,219,187); }
H1.HeaderClassName
{
color: #54DBBB;
}
.AnyTagClassName
{
color: #54DBBB;
}
</style>
background-color css
<style>
a { background-color: #54DBBB; }
a { background-color: rgb(84,219,187); }
div.DivClassName
{
background-color: #54DBBB;
}
.BgClassName
{
background-color: #54DBBB;
}
</style>
border-color css
<style>
span { border-color: #54DBBB; }
span { border-color: rgb(84,219,187); }
td.TdClassName
{
border-color: #54DBBB;
}
.TagClassName
{
border-color: #54DBBB;
}
</style>