Shades of Turquoise #54E9C3
Tints of Turquoise #54E9C3
RGB
CMYK
RGB Variations
Color information
#54E9C3 (or 0x54E9C3) is known color: Turquoise. HEX triplet: 54, E9 and C3. RGB value is (84,233,195). Sum of RGB (Red+Green+Blue) = 84+233+195=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #54E9C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E9C3 is #AB163C. Grayscale: #B8B8B8. Windows color (decimal): -11212349 or 12839252. OLE color: 12839252.
HSL color Cylindrical-coordinate representation of color #54E9C3: hue angle of 164.7º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E9C3 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 233 | 195 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.09 |
| HSL | 164.7º | 0.77% | 0.62% | - |
| HSV(B) | 164.7º | 0.64% | 0.91% | - |
| XYZ | 42.65 | 64.1 | 61.76 | - |
| YUV | 184.12 | 134.14 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 233 | 195 | 0.64 | 0 | 0.16 | 0.09 | 164.7 | 0.77 | 0.62 |
| Hex | 54 | E9 | C3 | 40 | 0 | 10 | 9 | A5 | 4D | 3E |
| Octal | 124 | 351 | 303 | 100 | 0 | 20 | 11 | 245 | 115 | 76 |
| Binary | 1010100 | 11101001 | 11000011 | 1000000 | 0 | 10000 | 1001 | 10100101 | 1001101 | 111110 |
Color Harmonies of #54E9C3
Complementary color
Monochromatic Colors of #54E9C3
Black with #54E9C3
Text Example
Text Example
White with #54E9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E9C3; }
p { color: rgb(84,233,195); }
H1.HeaderClassName
{
color: #54E9C3;
}
.AnyTagClassName
{
color: #54E9C3;
}
</style>
background-color css
<style>
a { background-color: #54E9C3; }
a { background-color: rgb(84,233,195); }
div.DivClassName
{
background-color: #54E9C3;
}
.BgClassName
{
background-color: #54E9C3;
}
</style>
border-color css
<style>
span { border-color: #54E9C3; }
span { border-color: rgb(84,233,195); }
td.TdClassName
{
border-color: #54E9C3;
}
.TagClassName
{
border-color: #54E9C3;
}
</style>