Shades of Turquoise #54FACD
Tints of Turquoise #54FACD
RGB
CMYK
RGB Variations
Color information
#54FACD (or 0x54FACD) is known color: Turquoise. HEX triplet: 54, FA and CD. RGB value is (84,250,205). Sum of RGB (Red+Green+Blue) = 84+250+205=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #54FACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FACD is #AB0532. Grayscale: #C3C3C3. Windows color (decimal): -11207987 or 13498964. OLE color: 13498964.
HSL color Cylindrical-coordinate representation of color #54FACD: hue angle of 163.73º 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 #54FACD is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 205 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.02 |
| HSL | 163.73º | 0.94% | 0.65% | - |
| HSV(B) | 163.73º | 0.66% | 0.98% | - |
| XYZ | 48.86 | 74.66 | 69.59 | - |
| YUV | 195.24 | 133.5 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 205 | 0.66 | 0 | 0.18 | 0.02 | 163.73 | 0.94 | 0.65 |
| Hex | 54 | FA | CD | 42 | 0 | 12 | 2 | A4 | 5E | 41 |
| Octal | 124 | 372 | 315 | 102 | 0 | 22 | 2 | 244 | 136 | 101 |
| Binary | 1010100 | 11111010 | 11001101 | 1000010 | 0 | 10010 | 10 | 10100100 | 1011110 | 1000001 |
Color Harmonies of #54FACD
Complementary color
Monochromatic Colors of #54FACD
Black with #54FACD
Text Example
Text Example
White with #54FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FACD; }
p { color: rgb(84,250,205); }
H1.HeaderClassName
{
color: #54FACD;
}
.AnyTagClassName
{
color: #54FACD;
}
</style>
background-color css
<style>
a { background-color: #54FACD; }
a { background-color: rgb(84,250,205); }
div.DivClassName
{
background-color: #54FACD;
}
.BgClassName
{
background-color: #54FACD;
}
</style>
border-color css
<style>
span { border-color: #54FACD; }
span { border-color: rgb(84,250,205); }
td.TdClassName
{
border-color: #54FACD;
}
.TagClassName
{
border-color: #54FACD;
}
</style>