Shades of Turquoise #54E6CF
Tints of Turquoise #54E6CF
RGB
CMYK
RGB Variations
Color information
#54E6CF (or 0x54E6CF) is known color: Turquoise. HEX triplet: 54, E6 and CF. RGB value is (84,230,207). Sum of RGB (Red+Green+Blue) = 84+230+207=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #54E6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E6CF is #AB1930. Grayscale: #B7B7B7. Windows color (decimal): -11213105 or 13624916. OLE color: 13624916.
HSL color Cylindrical-coordinate representation of color #54E6CF: hue angle of 170.55º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E6CF is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 230 | 207 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.10 |
| HSL | 170.55º | 0.74% | 0.62% | - |
| HSV(B) | 170.55º | 0.63% | 0.9% | - |
| XYZ | 43.22 | 62.98 | 68.91 | - |
| YUV | 183.72 | 141.13 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 230 | 207 | 0.63 | 0 | 0.10 | 0.10 | 170.55 | 0.74 | 0.62 |
| Hex | 54 | E6 | CF | 3F | 0 | A | A | AB | 4A | 3E |
| Octal | 124 | 346 | 317 | 77 | 0 | 12 | 12 | 253 | 112 | 76 |
| Binary | 1010100 | 11100110 | 11001111 | 111111 | 0 | 1010 | 1010 | 10101011 | 1001010 | 111110 |
Color Harmonies of #54E6CF
Complementary color
Monochromatic Colors of #54E6CF
Black with #54E6CF
Text Example
Text Example
White with #54E6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E6CF; }
p { color: rgb(84,230,207); }
H1.HeaderClassName
{
color: #54E6CF;
}
.AnyTagClassName
{
color: #54E6CF;
}
</style>
background-color css
<style>
a { background-color: #54E6CF; }
a { background-color: rgb(84,230,207); }
div.DivClassName
{
background-color: #54E6CF;
}
.BgClassName
{
background-color: #54E6CF;
}
</style>
border-color css
<style>
span { border-color: #54E6CF; }
span { border-color: rgb(84,230,207); }
td.TdClassName
{
border-color: #54E6CF;
}
.TagClassName
{
border-color: #54E6CF;
}
</style>