Shades of Turquoise #54F5D1
Tints of Turquoise #54F5D1
RGB
CMYK
RGB Variations
Color information
#54F5D1 (or 0x54F5D1) is known color: Turquoise. HEX triplet: 54, F5 and D1. RGB value is (84,245,209). Sum of RGB (Red+Green+Blue) = 84+245+209=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #54F5D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F5D1 is #AB0A2E. Grayscale: #C0C0C0. Windows color (decimal): -11209263 or 13759828. OLE color: 13759828.
HSL color Cylindrical-coordinate representation of color #54F5D1: hue angle of 166.58º 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 #54F5D1 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 245 | 209 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.04 |
| HSL | 166.58º | 0.89% | 0.65% | - |
| HSV(B) | 166.58º | 0.66% | 0.96% | - |
| XYZ | 47.82 | 71.79 | 71.66 | - |
| YUV | 192.76 | 137.16 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 245 | 209 | 0.66 | 0 | 0.15 | 0.04 | 166.58 | 0.89 | 0.65 |
| Hex | 54 | F5 | D1 | 42 | 0 | F | 4 | A7 | 59 | 41 |
| Octal | 124 | 365 | 321 | 102 | 0 | 17 | 4 | 247 | 131 | 101 |
| Binary | 1010100 | 11110101 | 11010001 | 1000010 | 0 | 1111 | 100 | 10100111 | 1011001 | 1000001 |
Color Harmonies of #54F5D1
Complementary color
Monochromatic Colors of #54F5D1
Black with #54F5D1
Text Example
Text Example
White with #54F5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F5D1; }
p { color: rgb(84,245,209); }
H1.HeaderClassName
{
color: #54F5D1;
}
.AnyTagClassName
{
color: #54F5D1;
}
</style>
background-color css
<style>
a { background-color: #54F5D1; }
a { background-color: rgb(84,245,209); }
div.DivClassName
{
background-color: #54F5D1;
}
.BgClassName
{
background-color: #54F5D1;
}
</style>
border-color css
<style>
span { border-color: #54F5D1; }
span { border-color: rgb(84,245,209); }
td.TdClassName
{
border-color: #54F5D1;
}
.TagClassName
{
border-color: #54F5D1;
}
</style>