Shades of Turquoise #54FFD0
Tints of Turquoise #54FFD0
RGB
CMYK
RGB Variations
Color information
#54FFD0 (or 0x54FFD0) is known color: Turquoise. HEX triplet: 54, FF and D0. RGB value is (84,255,208). Sum of RGB (Red+Green+Blue) = 84+255+208=547 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.36% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFD0 is #AB002F. Grayscale: #C6C6C6. Windows color (decimal): -11206704 or 13696852. OLE color: 13696852.
HSL color Cylindrical-coordinate representation of color #54FFD0: hue angle of 163.51º 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 #54FFD0 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 208 | - |
| CMYK | 0.67 | 0 | 0.18 | 0 |
| HSL | 163.51º | 1% | 0.66% | - |
| HSV(B) | 163.51º | 0.67% | 1% | - |
| XYZ | 50.8 | 77.96 | 72.04 | - |
| YUV | 198.51 | 133.35 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 208 | 0.67 | 0 | 0.18 | 0 | 163.51 | 1 | 0.66 |
| Hex | 54 | FF | D0 | 43 | 0 | 12 | 0 | A4 | 64 | 42 |
| Octal | 124 | 377 | 320 | 103 | 0 | 22 | 0 | 244 | 144 | 102 |
| Binary | 1010100 | 11111111 | 11010000 | 1000011 | 0 | 10010 | 0 | 10100100 | 1100100 | 1000010 |
Color Harmonies of #54FFD0
Complementary color
Monochromatic Colors of #54FFD0
Black with #54FFD0
Text Example
Text Example
White with #54FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFD0; }
p { color: rgb(84,255,208); }
H1.HeaderClassName
{
color: #54FFD0;
}
.AnyTagClassName
{
color: #54FFD0;
}
</style>
background-color css
<style>
a { background-color: #54FFD0; }
a { background-color: rgb(84,255,208); }
div.DivClassName
{
background-color: #54FFD0;
}
.BgClassName
{
background-color: #54FFD0;
}
</style>
border-color css
<style>
span { border-color: #54FFD0; }
span { border-color: rgb(84,255,208); }
td.TdClassName
{
border-color: #54FFD0;
}
.TagClassName
{
border-color: #54FFD0;
}
</style>