Shades of Turquoise #54EFC5
Tints of Turquoise #54EFC5
RGB
CMYK
RGB Variations
Color information
#54EFC5 (or 0x54EFC5) is known color: Turquoise. HEX triplet: 54, EF and C5. RGB value is (84,239,197). Sum of RGB (Red+Green+Blue) = 84+239+197=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFC5 is #AB103A. Grayscale: #BBBBBB. Windows color (decimal): -11210811 or 12971860. OLE color: 12971860.
HSL color Cylindrical-coordinate representation of color #54EFC5: hue angle of 163.74º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EFC5 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 239 | 197 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.06 |
| HSL | 163.74º | 0.83% | 0.63% | - |
| HSV(B) | 163.74º | 0.65% | 0.94% | - |
| XYZ | 44.6 | 67.65 | 63.53 | - |
| YUV | 187.87 | 133.15 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 197 | 0.65 | 0 | 0.18 | 0.06 | 163.74 | 0.83 | 0.63 |
| Hex | 54 | EF | C5 | 41 | 0 | 12 | 6 | A4 | 53 | 3F |
| Octal | 124 | 357 | 305 | 101 | 0 | 22 | 6 | 244 | 123 | 77 |
| Binary | 1010100 | 11101111 | 11000101 | 1000001 | 0 | 10010 | 110 | 10100100 | 1010011 | 111111 |
Color Harmonies of #54EFC5
Complementary color
Monochromatic Colors of #54EFC5
Black with #54EFC5
Text Example
Text Example
White with #54EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EFC5; }
p { color: rgb(84,239,197); }
H1.HeaderClassName
{
color: #54EFC5;
}
.AnyTagClassName
{
color: #54EFC5;
}
</style>
background-color css
<style>
a { background-color: #54EFC5; }
a { background-color: rgb(84,239,197); }
div.DivClassName
{
background-color: #54EFC5;
}
.BgClassName
{
background-color: #54EFC5;
}
</style>
border-color css
<style>
span { border-color: #54EFC5; }
span { border-color: rgb(84,239,197); }
td.TdClassName
{
border-color: #54EFC5;
}
.TagClassName
{
border-color: #54EFC5;
}
</style>