Shades of Turquoise #54FEDD
Tints of Turquoise #54FEDD
RGB
CMYK
RGB Variations
Color information
#54FEDD (or 0x54FEDD) is known color: Turquoise. HEX triplet: 54, FE and DD. RGB value is (84,254,221). Sum of RGB (Red+Green+Blue) = 84+254+221=559 (74% of max value = 765). Red value is 84 (33.20% from 255 or 15.03% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #54FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FEDD is #AB0122. Grayscale: #C7C7C7. Windows color (decimal): -11206947 or 14548564. OLE color: 14548564.
HSL color Cylindrical-coordinate representation of color #54FEDD: hue angle of 168.35º 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 #54FEDD is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 221 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.00 |
| HSL | 168.35º | 0.99% | 0.66% | - |
| HSV(B) | 168.35º | 0.67% | 1% | - |
| XYZ | 52.15 | 77.99 | 80.71 | - |
| YUV | 199.41 | 140.18 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 221 | 0.67 | 0 | 0.13 | 0.00 | 168.35 | 0.99 | 0.66 |
| Hex | 54 | FE | DD | 43 | 0 | D | 0 | A8 | 63 | 42 |
| Octal | 124 | 376 | 335 | 103 | 0 | 15 | 0 | 250 | 143 | 102 |
| Binary | 1010100 | 11111110 | 11011101 | 1000011 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000010 |
Color Harmonies of #54FEDD
Complementary color
Monochromatic Colors of #54FEDD
Black with #54FEDD
Text Example
Text Example
White with #54FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FEDD; }
p { color: rgb(84,254,221); }
H1.HeaderClassName
{
color: #54FEDD;
}
.AnyTagClassName
{
color: #54FEDD;
}
</style>
background-color css
<style>
a { background-color: #54FEDD; }
a { background-color: rgb(84,254,221); }
div.DivClassName
{
background-color: #54FEDD;
}
.BgClassName
{
background-color: #54FEDD;
}
</style>
border-color css
<style>
span { border-color: #54FEDD; }
span { border-color: rgb(84,254,221); }
td.TdClassName
{
border-color: #54FEDD;
}
.TagClassName
{
border-color: #54FEDD;
}
</style>