Shades of Turquoise #54E8CC
Tints of Turquoise #54E8CC
RGB
CMYK
RGB Variations
Color information
#54E8CC (or 0x54E8CC) is known color: Turquoise. HEX triplet: 54, E8 and CC. RGB value is (84,232,204). Sum of RGB (Red+Green+Blue) = 84+232+204=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 232 - color contains mainly: green. Hex color #54E8CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E8CC is #AB1733. Grayscale: #B8B8B8. Windows color (decimal): -11212596 or 13428820. OLE color: 13428820.
HSL color Cylindrical-coordinate representation of color #54E8CC: hue angle of 168.65º degrees, saturation: 0.76, 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 #54E8CC is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 232 | 204 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.09 |
| HSL | 168.65º | 0.76% | 0.62% | - |
| HSV(B) | 168.65º | 0.64% | 0.91% | - |
| XYZ | 43.41 | 63.96 | 67.18 | - |
| YUV | 184.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 232 | 204 | 0.64 | 0 | 0.12 | 0.09 | 168.65 | 0.76 | 0.62 |
| Hex | 54 | E8 | CC | 40 | 0 | C | 9 | A9 | 4C | 3E |
| Octal | 124 | 350 | 314 | 100 | 0 | 14 | 11 | 251 | 114 | 76 |
| Binary | 1010100 | 11101000 | 11001100 | 1000000 | 0 | 1100 | 1001 | 10101001 | 1001100 | 111110 |
Color Harmonies of #54E8CC
Complementary color
Monochromatic Colors of #54E8CC
Black with #54E8CC
Text Example
Text Example
White with #54E8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E8CC; }
p { color: rgb(84,232,204); }
H1.HeaderClassName
{
color: #54E8CC;
}
.AnyTagClassName
{
color: #54E8CC;
}
</style>
background-color css
<style>
a { background-color: #54E8CC; }
a { background-color: rgb(84,232,204); }
div.DivClassName
{
background-color: #54E8CC;
}
.BgClassName
{
background-color: #54E8CC;
}
</style>
border-color css
<style>
span { border-color: #54E8CC; }
span { border-color: rgb(84,232,204); }
td.TdClassName
{
border-color: #54E8CC;
}
.TagClassName
{
border-color: #54E8CC;
}
</style>