Shades of Turquoise #54FFDF
Tints of Turquoise #54FFDF
RGB
CMYK
RGB Variations
Color information
#54FFDF (or 0x54FFDF) is known color: Turquoise. HEX triplet: 54, FF and DF. RGB value is (84,255,223). Sum of RGB (Red+Green+Blue) = 84+255+223=562 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.95% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFDF is #AB0020. Grayscale: #C8C8C8. Windows color (decimal): -11206689 or 14679892. OLE color: 14679892.
HSL color Cylindrical-coordinate representation of color #54FFDF: hue angle of 168.77º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FFDF is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 223 | - |
| CMYK | 0.67 | 0 | 0.13 | 0 |
| HSL | 168.77º | 1% | 0.66% | - |
| HSV(B) | 168.77º | 0.67% | 1% | - |
| XYZ | 52.74 | 78.73 | 82.23 | - |
| YUV | 200.22 | 140.85 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 223 | 0.67 | 0 | 0.13 | 0 | 168.77 | 1 | 0.66 |
| Hex | 54 | FF | DF | 43 | 0 | D | 0 | A9 | 64 | 42 |
| Octal | 124 | 377 | 337 | 103 | 0 | 15 | 0 | 251 | 144 | 102 |
| Binary | 1010100 | 11111111 | 11011111 | 1000011 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000010 |
Color Harmonies of #54FFDF
Complementary color
Monochromatic Colors of #54FFDF
Black with #54FFDF
Text Example
Text Example
White with #54FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFDF; }
p { color: rgb(84,255,223); }
H1.HeaderClassName
{
color: #54FFDF;
}
.AnyTagClassName
{
color: #54FFDF;
}
</style>
background-color css
<style>
a { background-color: #54FFDF; }
a { background-color: rgb(84,255,223); }
div.DivClassName
{
background-color: #54FFDF;
}
.BgClassName
{
background-color: #54FFDF;
}
</style>
border-color css
<style>
span { border-color: #54FFDF; }
span { border-color: rgb(84,255,223); }
td.TdClassName
{
border-color: #54FFDF;
}
.TagClassName
{
border-color: #54FFDF;
}
</style>