Shades of Turquoise #54FEDC
Tints of Turquoise #54FEDC
RGB
CMYK
RGB Variations
Color information
#54FEDC (or 0x54FEDC) is known color: Turquoise. HEX triplet: 54, FE and DC. RGB value is (84,254,220). Sum of RGB (Red+Green+Blue) = 84+254+220=558 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.05% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #54FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FEDC is #AB0123. Grayscale: #C7C7C7. Windows color (decimal): -11206948 or 14483028. OLE color: 14483028.
HSL color Cylindrical-coordinate representation of color #54FEDC: hue angle of 168º 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 #54FEDC is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 220 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.00 |
| HSL | 168º | 0.99% | 0.66% | - |
| HSV(B) | 168º | 0.67% | 1% | - |
| XYZ | 52.02 | 77.94 | 80.01 | - |
| YUV | 199.29 | 139.68 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 220 | 0.67 | 0 | 0.13 | 0.00 | 168 | 0.99 | 0.66 |
| Hex | 54 | FE | DC | 43 | 0 | D | 0 | A8 | 63 | 42 |
| Octal | 124 | 376 | 334 | 103 | 0 | 15 | 0 | 250 | 143 | 102 |
| Binary | 1010100 | 11111110 | 11011100 | 1000011 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000010 |
Color Harmonies of #54FEDC
Complementary color
Monochromatic Colors of #54FEDC
Black with #54FEDC
Text Example
Text Example
White with #54FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FEDC; }
p { color: rgb(84,254,220); }
H1.HeaderClassName
{
color: #54FEDC;
}
.AnyTagClassName
{
color: #54FEDC;
}
</style>
background-color css
<style>
a { background-color: #54FEDC; }
a { background-color: rgb(84,254,220); }
div.DivClassName
{
background-color: #54FEDC;
}
.BgClassName
{
background-color: #54FEDC;
}
</style>
border-color css
<style>
span { border-color: #54FEDC; }
span { border-color: rgb(84,254,220); }
td.TdClassName
{
border-color: #54FEDC;
}
.TagClassName
{
border-color: #54FEDC;
}
</style>