Shades of Turquoise #54FADD
Tints of Turquoise #54FADD
RGB
CMYK
RGB Variations
Color information
#54FADD (or 0x54FADD) is known color: Turquoise. HEX triplet: 54, FA and DD. RGB value is (84,250,221). Sum of RGB (Red+Green+Blue) = 84+250+221=555 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.14% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #54FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FADD is #AB0522. Grayscale: #C5C5C5. Windows color (decimal): -11207971 or 14547540. OLE color: 14547540.
HSL color Cylindrical-coordinate representation of color #54FADD: hue angle of 169.52º 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 #54FADD is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 221 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.02 |
| HSL | 169.52º | 0.94% | 0.65% | - |
| HSV(B) | 169.52º | 0.66% | 0.98% | - |
| XYZ | 50.89 | 75.48 | 80.29 | - |
| YUV | 197.06 | 141.5 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 221 | 0.66 | 0 | 0.12 | 0.02 | 169.52 | 0.94 | 0.65 |
| Hex | 54 | FA | DD | 42 | 0 | C | 2 | AA | 5E | 41 |
| Octal | 124 | 372 | 335 | 102 | 0 | 14 | 2 | 252 | 136 | 101 |
| Binary | 1010100 | 11111010 | 11011101 | 1000010 | 0 | 1100 | 10 | 10101010 | 1011110 | 1000001 |
Color Harmonies of #54FADD
Complementary color
Monochromatic Colors of #54FADD
Black with #54FADD
Text Example
Text Example
White with #54FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FADD; }
p { color: rgb(84,250,221); }
H1.HeaderClassName
{
color: #54FADD;
}
.AnyTagClassName
{
color: #54FADD;
}
</style>
background-color css
<style>
a { background-color: #54FADD; }
a { background-color: rgb(84,250,221); }
div.DivClassName
{
background-color: #54FADD;
}
.BgClassName
{
background-color: #54FADD;
}
</style>
border-color css
<style>
span { border-color: #54FADD; }
span { border-color: rgb(84,250,221); }
td.TdClassName
{
border-color: #54FADD;
}
.TagClassName
{
border-color: #54FADD;
}
</style>