Shades of Turquoise #54F0DA
Tints of Turquoise #54F0DA
RGB
CMYK
RGB Variations
Color information
#54F0DA (or 0x54F0DA) is known color: Turquoise. HEX triplet: 54, F0 and DA. RGB value is (84,240,218). Sum of RGB (Red+Green+Blue) = 84+240+218=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #54F0DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F0DA is #AB0F25. Grayscale: #BEBEBE. Windows color (decimal): -11210534 or 14348372. OLE color: 14348372.
HSL color Cylindrical-coordinate representation of color #54F0DA: hue angle of 171.54º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F0DA is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 240 | 218 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.06 |
| HSL | 171.54º | 0.84% | 0.64% | - |
| HSV(B) | 171.54º | 0.65% | 0.94% | - |
| XYZ | 47.47 | 69.27 | 77.2 | - |
| YUV | 190.85 | 143.32 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 240 | 218 | 0.65 | 0 | 0.09 | 0.06 | 171.54 | 0.84 | 0.64 |
| Hex | 54 | F0 | DA | 41 | 0 | 9 | 6 | AC | 54 | 40 |
| Octal | 124 | 360 | 332 | 101 | 0 | 11 | 6 | 254 | 124 | 100 |
| Binary | 1010100 | 11110000 | 11011010 | 1000001 | 0 | 1001 | 110 | 10101100 | 1010100 | 1000000 |
Color Harmonies of #54F0DA
Complementary color
Monochromatic Colors of #54F0DA
Black with #54F0DA
Text Example
Text Example
White with #54F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F0DA; }
p { color: rgb(84,240,218); }
H1.HeaderClassName
{
color: #54F0DA;
}
.AnyTagClassName
{
color: #54F0DA;
}
</style>
background-color css
<style>
a { background-color: #54F0DA; }
a { background-color: rgb(84,240,218); }
div.DivClassName
{
background-color: #54F0DA;
}
.BgClassName
{
background-color: #54F0DA;
}
</style>
border-color css
<style>
span { border-color: #54F0DA; }
span { border-color: rgb(84,240,218); }
td.TdClassName
{
border-color: #54F0DA;
}
.TagClassName
{
border-color: #54F0DA;
}
</style>