Shades of Turquoise #54FADE
Tints of Turquoise #54FADE
RGB
CMYK
RGB Variations
Color information
#54FADE (or 0x54FADE) is known color: Turquoise. HEX triplet: 54, FA and DE. RGB value is (84,250,222). Sum of RGB (Red+Green+Blue) = 84+250+222=556 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.11% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #54FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FADE is #AB0521. Grayscale: #C5C5C5. Windows color (decimal): -11207970 or 14613076. OLE color: 14613076.
HSL color Cylindrical-coordinate representation of color #54FADE: hue angle of 169.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54FADE is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 222 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.02 |
| HSL | 169.88º | 0.94% | 0.65% | - |
| HSV(B) | 169.88º | 0.66% | 0.98% | - |
| XYZ | 51.03 | 75.53 | 81 | - |
| YUV | 197.17 | 142 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 222 | 0.66 | 0 | 0.11 | 0.02 | 169.88 | 0.94 | 0.65 |
| Hex | 54 | FA | DE | 42 | 0 | B | 2 | AA | 5E | 41 |
| Octal | 124 | 372 | 336 | 102 | 0 | 13 | 2 | 252 | 136 | 101 |
| Binary | 1010100 | 11111010 | 11011110 | 1000010 | 0 | 1011 | 10 | 10101010 | 1011110 | 1000001 |
Color Harmonies of #54FADE
Complementary color
Monochromatic Colors of #54FADE
Black with #54FADE
Text Example
Text Example
White with #54FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FADE; }
p { color: rgb(84,250,222); }
H1.HeaderClassName
{
color: #54FADE;
}
.AnyTagClassName
{
color: #54FADE;
}
</style>
background-color css
<style>
a { background-color: #54FADE; }
a { background-color: rgb(84,250,222); }
div.DivClassName
{
background-color: #54FADE;
}
.BgClassName
{
background-color: #54FADE;
}
</style>
border-color css
<style>
span { border-color: #54FADE; }
span { border-color: rgb(84,250,222); }
td.TdClassName
{
border-color: #54FADE;
}
.TagClassName
{
border-color: #54FADE;
}
</style>