Shades of Turquoise #54E8CB
Tints of Turquoise #54E8CB
RGB
CMYK
RGB Variations
Color information
#54E8CB (or 0x54E8CB) is known color: Turquoise. HEX triplet: 54, E8 and CB. RGB value is (84,232,203). Sum of RGB (Red+Green+Blue) = 84+232+203=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #54E8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E8CB is #AB1734. Grayscale: #B8B8B8. Windows color (decimal): -11212597 or 13363284. OLE color: 13363284.
HSL color Cylindrical-coordinate representation of color #54E8CB: hue angle of 168.24º 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 #54E8CB is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 232 | 203 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.09 |
| HSL | 168.24º | 0.76% | 0.62% | - |
| HSV(B) | 168.24º | 0.64% | 0.91% | - |
| XYZ | 43.29 | 63.91 | 66.55 | - |
| YUV | 184.44 | 138.47 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 232 | 203 | 0.64 | 0 | 0.12 | 0.09 | 168.24 | 0.76 | 0.62 |
| Hex | 54 | E8 | CB | 40 | 0 | C | 9 | A8 | 4C | 3E |
| Octal | 124 | 350 | 313 | 100 | 0 | 14 | 11 | 250 | 114 | 76 |
| Binary | 1010100 | 11101000 | 11001011 | 1000000 | 0 | 1100 | 1001 | 10101000 | 1001100 | 111110 |
Color Harmonies of #54E8CB
Complementary color
Monochromatic Colors of #54E8CB
Black with #54E8CB
Text Example
Text Example
White with #54E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E8CB; }
p { color: rgb(84,232,203); }
H1.HeaderClassName
{
color: #54E8CB;
}
.AnyTagClassName
{
color: #54E8CB;
}
</style>
background-color css
<style>
a { background-color: #54E8CB; }
a { background-color: rgb(84,232,203); }
div.DivClassName
{
background-color: #54E8CB;
}
.BgClassName
{
background-color: #54E8CB;
}
</style>
border-color css
<style>
span { border-color: #54E8CB; }
span { border-color: rgb(84,232,203); }
td.TdClassName
{
border-color: #54E8CB;
}
.TagClassName
{
border-color: #54E8CB;
}
</style>