Shades of Medium Turquoise #54DABF
Tints of Medium Turquoise #54DABF
RGB
CMYK
RGB Variations
Color information
#54DABF (or 0x54DABF) is known color: Medium Turquoise. HEX triplet: 54, DA and BF. RGB value is (84,218,191). Sum of RGB (Red+Green+Blue) = 84+218+191=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #54DABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DABF is #AB2540. Grayscale: #AEAEAE. Windows color (decimal): -11216193 or 12573268. OLE color: 12573268.
HSL color Cylindrical-coordinate representation of color #54DABF: hue angle of 167.91º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54DABF is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 218 | 191 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.15 |
| HSL | 167.91º | 0.64% | 0.59% | - |
| HSV(B) | 167.91º | 0.61% | 0.85% | - |
| XYZ | 38.13 | 55.79 | 58.05 | - |
| YUV | 174.86 | 137.11 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 191 | 0.61 | 0 | 0.12 | 0.15 | 167.91 | 0.64 | 0.59 |
| Hex | 54 | DA | BF | 3D | 0 | C | F | A8 | 40 | 3B |
| Octal | 124 | 332 | 277 | 75 | 0 | 14 | 17 | 250 | 100 | 73 |
| Binary | 1010100 | 11011010 | 10111111 | 111101 | 0 | 1100 | 1111 | 10101000 | 1000000 | 111011 |
Color Harmonies of #54DABF
Complementary color
Monochromatic Colors of #54DABF
Black with #54DABF
Text Example
Text Example
White with #54DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DABF; }
p { color: rgb(84,218,191); }
H1.HeaderClassName
{
color: #54DABF;
}
.AnyTagClassName
{
color: #54DABF;
}
</style>
background-color css
<style>
a { background-color: #54DABF; }
a { background-color: rgb(84,218,191); }
div.DivClassName
{
background-color: #54DABF;
}
.BgClassName
{
background-color: #54DABF;
}
</style>
border-color css
<style>
span { border-color: #54DABF; }
span { border-color: rgb(84,218,191); }
td.TdClassName
{
border-color: #54DABF;
}
.TagClassName
{
border-color: #54DABF;
}
</style>