Shades of Turquoise #54F5D5
Tints of Turquoise #54F5D5
RGB
CMYK
RGB Variations
Color information
#54F5D5 (or 0x54F5D5) is known color: Turquoise. HEX triplet: 54, F5 and D5. RGB value is (84,245,213). Sum of RGB (Red+Green+Blue) = 84+245+213=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #54F5D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F5D5 is #AB0A2A. Grayscale: #C1C1C1. Windows color (decimal): -11209259 or 14021972. OLE color: 14021972.
HSL color Cylindrical-coordinate representation of color #54F5D5: hue angle of 168.07º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F5D5 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 245 | 213 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.04 |
| HSL | 168.07º | 0.89% | 0.65% | - |
| HSV(B) | 168.07º | 0.66% | 0.96% | - |
| XYZ | 48.32 | 71.99 | 74.3 | - |
| YUV | 193.21 | 139.16 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 245 | 213 | 0.66 | 0 | 0.13 | 0.04 | 168.07 | 0.89 | 0.65 |
| Hex | 54 | F5 | D5 | 42 | 0 | D | 4 | A8 | 59 | 41 |
| Octal | 124 | 365 | 325 | 102 | 0 | 15 | 4 | 250 | 131 | 101 |
| Binary | 1010100 | 11110101 | 11010101 | 1000010 | 0 | 1101 | 100 | 10101000 | 1011001 | 1000001 |
Color Harmonies of #54F5D5
Complementary color
Monochromatic Colors of #54F5D5
Black with #54F5D5
Text Example
Text Example
White with #54F5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F5D5; }
p { color: rgb(84,245,213); }
H1.HeaderClassName
{
color: #54F5D5;
}
.AnyTagClassName
{
color: #54F5D5;
}
</style>
background-color css
<style>
a { background-color: #54F5D5; }
a { background-color: rgb(84,245,213); }
div.DivClassName
{
background-color: #54F5D5;
}
.BgClassName
{
background-color: #54F5D5;
}
</style>
border-color css
<style>
span { border-color: #54F5D5; }
span { border-color: rgb(84,245,213); }
td.TdClassName
{
border-color: #54F5D5;
}
.TagClassName
{
border-color: #54F5D5;
}
</style>