Shades of Turquoise #54FED8
Tints of Turquoise #54FED8
RGB
CMYK
RGB Variations
Color information
#54FED8 (or 0x54FED8) is known color: Turquoise. HEX triplet: 54, FE and D8. RGB value is (84,254,216). Sum of RGB (Red+Green+Blue) = 84+254+216=554 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.16% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #54FED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FED8 is #AB0127. Grayscale: #C6C6C6. Windows color (decimal): -11206952 or 14220884. OLE color: 14220884.
HSL color Cylindrical-coordinate representation of color #54FED8: hue angle of 166.59º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FED8 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 216 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.00 |
| HSL | 166.59º | 0.99% | 0.66% | - |
| HSV(B) | 166.59º | 0.67% | 1% | - |
| XYZ | 51.49 | 77.73 | 77.25 | - |
| YUV | 198.84 | 137.68 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 216 | 0.67 | 0 | 0.15 | 0.00 | 166.59 | 0.99 | 0.66 |
| Hex | 54 | FE | D8 | 43 | 0 | F | 0 | A7 | 63 | 42 |
| Octal | 124 | 376 | 330 | 103 | 0 | 17 | 0 | 247 | 143 | 102 |
| Binary | 1010100 | 11111110 | 11011000 | 1000011 | 0 | 1111 | 0 | 10100111 | 1100011 | 1000010 |
Color Harmonies of #54FED8
Complementary color
Monochromatic Colors of #54FED8
Black with #54FED8
Text Example
Text Example
White with #54FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FED8; }
p { color: rgb(84,254,216); }
H1.HeaderClassName
{
color: #54FED8;
}
.AnyTagClassName
{
color: #54FED8;
}
</style>
background-color css
<style>
a { background-color: #54FED8; }
a { background-color: rgb(84,254,216); }
div.DivClassName
{
background-color: #54FED8;
}
.BgClassName
{
background-color: #54FED8;
}
</style>
border-color css
<style>
span { border-color: #54FED8; }
span { border-color: rgb(84,254,216); }
td.TdClassName
{
border-color: #54FED8;
}
.TagClassName
{
border-color: #54FED8;
}
</style>