Shades of Turquoise #54EAC6
Tints of Turquoise #54EAC6
RGB
CMYK
RGB Variations
Color information
#54EAC6 (or 0x54EAC6) is known color: Turquoise. HEX triplet: 54, EA and C6. RGB value is (84,234,198). Sum of RGB (Red+Green+Blue) = 84+234+198=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #54EAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EAC6 is #AB1539. Grayscale: #B9B9B9. Windows color (decimal): -11212090 or 13036116. OLE color: 13036116.
HSL color Cylindrical-coordinate representation of color #54EAC6: hue angle of 165.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EAC6 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 234 | 198 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.08 |
| HSL | 165.6º | 0.78% | 0.62% | - |
| HSV(B) | 165.6º | 0.64% | 0.92% | - |
| XYZ | 43.27 | 64.81 | 63.65 | - |
| YUV | 185.05 | 135.31 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 234 | 198 | 0.64 | 0 | 0.15 | 0.08 | 165.6 | 0.78 | 0.62 |
| Hex | 54 | EA | C6 | 40 | 0 | F | 8 | A6 | 4E | 3E |
| Octal | 124 | 352 | 306 | 100 | 0 | 17 | 10 | 246 | 116 | 76 |
| Binary | 1010100 | 11101010 | 11000110 | 1000000 | 0 | 1111 | 1000 | 10100110 | 1001110 | 111110 |
Color Harmonies of #54EAC6
Complementary color
Monochromatic Colors of #54EAC6
Black with #54EAC6
Text Example
Text Example
White with #54EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EAC6; }
p { color: rgb(84,234,198); }
H1.HeaderClassName
{
color: #54EAC6;
}
.AnyTagClassName
{
color: #54EAC6;
}
</style>
background-color css
<style>
a { background-color: #54EAC6; }
a { background-color: rgb(84,234,198); }
div.DivClassName
{
background-color: #54EAC6;
}
.BgClassName
{
background-color: #54EAC6;
}
</style>
border-color css
<style>
span { border-color: #54EAC6; }
span { border-color: rgb(84,234,198); }
td.TdClassName
{
border-color: #54EAC6;
}
.TagClassName
{
border-color: #54EAC6;
}
</style>