Shades of Turquoise #54E0CF
Tints of Turquoise #54E0CF
RGB
CMYK
RGB Variations
Color information
#54E0CF (or 0x54E0CF) is known color: Turquoise. HEX triplet: 54, E0 and CF. RGB value is (84,224,207). Sum of RGB (Red+Green+Blue) = 84+224+207=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #54E0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E0CF is #AB1F30. Grayscale: #B4B4B4. Windows color (decimal): -11214641 or 13623380. OLE color: 13623380.
HSL color Cylindrical-coordinate representation of color #54E0CF: hue angle of 172.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54E0CF is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 224 | 207 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.12 |
| HSL | 172.71º | 0.69% | 0.6% | - |
| HSV(B) | 172.71º | 0.63% | 0.88% | - |
| XYZ | 41.57 | 59.7 | 68.36 | - |
| YUV | 180.2 | 143.12 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 224 | 207 | 0.62 | 0 | 0.08 | 0.12 | 172.71 | 0.69 | 0.6 |
| Hex | 54 | E0 | CF | 3E | 0 | 8 | C | AD | 45 | 3C |
| Octal | 124 | 340 | 317 | 76 | 0 | 10 | 14 | 255 | 105 | 74 |
| Binary | 1010100 | 11100000 | 11001111 | 111110 | 0 | 1000 | 1100 | 10101101 | 1000101 | 111100 |
Color Harmonies of #54E0CF
Complementary color
Monochromatic Colors of #54E0CF
Black with #54E0CF
Text Example
Text Example
White with #54E0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E0CF; }
p { color: rgb(84,224,207); }
H1.HeaderClassName
{
color: #54E0CF;
}
.AnyTagClassName
{
color: #54E0CF;
}
</style>
background-color css
<style>
a { background-color: #54E0CF; }
a { background-color: rgb(84,224,207); }
div.DivClassName
{
background-color: #54E0CF;
}
.BgClassName
{
background-color: #54E0CF;
}
</style>
border-color css
<style>
span { border-color: #54E0CF; }
span { border-color: rgb(84,224,207); }
td.TdClassName
{
border-color: #54E0CF;
}
.TagClassName
{
border-color: #54E0CF;
}
</style>