Shades of Turquoise #54FFDC
Tints of Turquoise #54FFDC
RGB
CMYK
RGB Variations
Color information
#54FFDC (or 0x54FFDC) is known color: Turquoise. HEX triplet: 54, FF and DC. RGB value is (84,255,220). Sum of RGB (Red+Green+Blue) = 84+255+220=559 (74% of max value = 765). Red value is 84 (33.20% from 255 or 15.03% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFDC is #AB0023. Grayscale: #C7C7C7. Windows color (decimal): -11206692 or 14483284. OLE color: 14483284.
HSL color Cylindrical-coordinate representation of color #54FFDC: hue angle of 167.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FFDC is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 220 | - |
| CMYK | 0.67 | 0 | 0.14 | 0 |
| HSL | 167.72º | 1% | 0.66% | - |
| HSV(B) | 167.72º | 0.67% | 1% | - |
| XYZ | 52.33 | 78.57 | 80.12 | - |
| YUV | 199.88 | 139.35 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 220 | 0.67 | 0 | 0.14 | 0 | 167.72 | 1 | 0.66 |
| Hex | 54 | FF | DC | 43 | 0 | E | 0 | A8 | 64 | 42 |
| Octal | 124 | 377 | 334 | 103 | 0 | 16 | 0 | 250 | 144 | 102 |
| Binary | 1010100 | 11111111 | 11011100 | 1000011 | 0 | 1110 | 0 | 10101000 | 1100100 | 1000010 |
Color Harmonies of #54FFDC
Complementary color
Monochromatic Colors of #54FFDC
Black with #54FFDC
Text Example
Text Example
White with #54FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFDC; }
p { color: rgb(84,255,220); }
H1.HeaderClassName
{
color: #54FFDC;
}
.AnyTagClassName
{
color: #54FFDC;
}
</style>
background-color css
<style>
a { background-color: #54FFDC; }
a { background-color: rgb(84,255,220); }
div.DivClassName
{
background-color: #54FFDC;
}
.BgClassName
{
background-color: #54FFDC;
}
</style>
border-color css
<style>
span { border-color: #54FFDC; }
span { border-color: rgb(84,255,220); }
td.TdClassName
{
border-color: #54FFDC;
}
.TagClassName
{
border-color: #54FFDC;
}
</style>