Shades of Medium Turquoise #54DACB
Tints of Medium Turquoise #54DACB
RGB
CMYK
RGB Variations
Color information
#54DACB (or 0x54DACB) is known color: Medium Turquoise. HEX triplet: 54, DA and CB. RGB value is (84,218,203). Sum of RGB (Red+Green+Blue) = 84+218+203=505 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.63% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #54DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DACB is #AB2534. Grayscale: #B0B0B0. Windows color (decimal): -11216181 or 13359700. OLE color: 13359700.
HSL color Cylindrical-coordinate representation of color #54DACB: hue angle of 173.28º 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 #54DACB is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 218 | 203 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.15 |
| HSL | 173.28º | 0.64% | 0.59% | - |
| HSV(B) | 173.28º | 0.61% | 0.85% | - |
| XYZ | 39.51 | 56.34 | 65.29 | - |
| YUV | 176.22 | 143.11 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 203 | 0.61 | 0 | 0.07 | 0.15 | 173.28 | 0.64 | 0.59 |
| Hex | 54 | DA | CB | 3D | 0 | 7 | F | AD | 40 | 3B |
| Octal | 124 | 332 | 313 | 75 | 0 | 7 | 17 | 255 | 100 | 73 |
| Binary | 1010100 | 11011010 | 11001011 | 111101 | 0 | 111 | 1111 | 10101101 | 1000000 | 111011 |
Color Harmonies of #54DACB
Complementary color
Monochromatic Colors of #54DACB
Black with #54DACB
Text Example
Text Example
White with #54DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DACB; }
p { color: rgb(84,218,203); }
H1.HeaderClassName
{
color: #54DACB;
}
.AnyTagClassName
{
color: #54DACB;
}
</style>
background-color css
<style>
a { background-color: #54DACB; }
a { background-color: rgb(84,218,203); }
div.DivClassName
{
background-color: #54DACB;
}
.BgClassName
{
background-color: #54DACB;
}
</style>
border-color css
<style>
span { border-color: #54DACB; }
span { border-color: rgb(84,218,203); }
td.TdClassName
{
border-color: #54DACB;
}
.TagClassName
{
border-color: #54DACB;
}
</style>