Shades of Turquoise #54FADF
Tints of Turquoise #54FADF
RGB
CMYK
RGB Variations
Color information
#54FADF (or 0x54FADF) is known color: Turquoise. HEX triplet: 54, FA and DF. RGB value is (84,250,223). Sum of RGB (Red+Green+Blue) = 84+250+223=557 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.08% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #54FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FADF is #AB0520. Grayscale: #C5C5C5. Windows color (decimal): -11207969 or 14678612. OLE color: 14678612.
HSL color Cylindrical-coordinate representation of color #54FADF: hue angle of 170.24º 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 #54FADF is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 223 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.02 |
| HSL | 170.24º | 0.94% | 0.65% | - |
| HSV(B) | 170.24º | 0.66% | 0.98% | - |
| XYZ | 51.16 | 75.58 | 81.7 | - |
| YUV | 197.29 | 142.5 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 223 | 0.66 | 0 | 0.11 | 0.02 | 170.24 | 0.94 | 0.65 |
| Hex | 54 | FA | DF | 42 | 0 | B | 2 | AA | 5E | 41 |
| Octal | 124 | 372 | 337 | 102 | 0 | 13 | 2 | 252 | 136 | 101 |
| Binary | 1010100 | 11111010 | 11011111 | 1000010 | 0 | 1011 | 10 | 10101010 | 1011110 | 1000001 |
Color Harmonies of #54FADF
Complementary color
Monochromatic Colors of #54FADF
Black with #54FADF
Text Example
Text Example
White with #54FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FADF; }
p { color: rgb(84,250,223); }
H1.HeaderClassName
{
color: #54FADF;
}
.AnyTagClassName
{
color: #54FADF;
}
</style>
background-color css
<style>
a { background-color: #54FADF; }
a { background-color: rgb(84,250,223); }
div.DivClassName
{
background-color: #54FADF;
}
.BgClassName
{
background-color: #54FADF;
}
</style>
border-color css
<style>
span { border-color: #54FADF; }
span { border-color: rgb(84,250,223); }
td.TdClassName
{
border-color: #54FADF;
}
.TagClassName
{
border-color: #54FADF;
}
</style>