Shades of Turquoise #54FADC
Tints of Turquoise #54FADC
RGB
CMYK
RGB Variations
Color information
#54FADC (or 0x54FADC) is known color: Turquoise. HEX triplet: 54, FA and DC. RGB value is (84,250,220). Sum of RGB (Red+Green+Blue) = 84+250+220=554 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.16% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #54FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FADC is #AB0523. Grayscale: #C4C4C4. Windows color (decimal): -11207972 or 14482004. OLE color: 14482004.
HSL color Cylindrical-coordinate representation of color #54FADC: hue angle of 169.16º 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 #54FADC is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 220 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.02 |
| HSL | 169.16º | 0.94% | 0.65% | - |
| HSV(B) | 169.16º | 0.66% | 0.98% | - |
| XYZ | 50.76 | 75.42 | 79.59 | - |
| YUV | 196.95 | 141 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 220 | 0.66 | 0 | 0.12 | 0.02 | 169.16 | 0.94 | 0.65 |
| Hex | 54 | FA | DC | 42 | 0 | C | 2 | A9 | 5E | 41 |
| Octal | 124 | 372 | 334 | 102 | 0 | 14 | 2 | 251 | 136 | 101 |
| Binary | 1010100 | 11111010 | 11011100 | 1000010 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000001 |
Color Harmonies of #54FADC
Complementary color
Monochromatic Colors of #54FADC
Black with #54FADC
Text Example
Text Example
White with #54FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FADC; }
p { color: rgb(84,250,220); }
H1.HeaderClassName
{
color: #54FADC;
}
.AnyTagClassName
{
color: #54FADC;
}
</style>
background-color css
<style>
a { background-color: #54FADC; }
a { background-color: rgb(84,250,220); }
div.DivClassName
{
background-color: #54FADC;
}
.BgClassName
{
background-color: #54FADC;
}
</style>
border-color css
<style>
span { border-color: #54FADC; }
span { border-color: rgb(84,250,220); }
td.TdClassName
{
border-color: #54FADC;
}
.TagClassName
{
border-color: #54FADC;
}
</style>