Shades of Turquoise #54ECCF
Tints of Turquoise #54ECCF
RGB
CMYK
RGB Variations
Color information
#54ECCF (or 0x54ECCF) is known color: Turquoise. HEX triplet: 54, EC and CF. RGB value is (84,236,207). Sum of RGB (Red+Green+Blue) = 84+236+207=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #54ECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54ECCF is #AB1330. Grayscale: #BBBBBB. Windows color (decimal): -11211569 or 13626452. OLE color: 13626452.
HSL color Cylindrical-coordinate representation of color #54ECCF: hue angle of 168.55º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54ECCF is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 236 | 207 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.07 |
| HSL | 168.55º | 0.8% | 0.63% | - |
| HSV(B) | 168.55º | 0.64% | 0.93% | - |
| XYZ | 44.91 | 66.38 | 69.48 | - |
| YUV | 187.25 | 139.14 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 207 | 0.64 | 0 | 0.12 | 0.07 | 168.55 | 0.8 | 0.63 |
| Hex | 54 | EC | CF | 40 | 0 | C | 7 | A9 | 50 | 3F |
| Octal | 124 | 354 | 317 | 100 | 0 | 14 | 7 | 251 | 120 | 77 |
| Binary | 1010100 | 11101100 | 11001111 | 1000000 | 0 | 1100 | 111 | 10101001 | 1010000 | 111111 |
Color Harmonies of #54ECCF
Complementary color
Monochromatic Colors of #54ECCF
Black with #54ECCF
Text Example
Text Example
White with #54ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ECCF; }
p { color: rgb(84,236,207); }
H1.HeaderClassName
{
color: #54ECCF;
}
.AnyTagClassName
{
color: #54ECCF;
}
</style>
background-color css
<style>
a { background-color: #54ECCF; }
a { background-color: rgb(84,236,207); }
div.DivClassName
{
background-color: #54ECCF;
}
.BgClassName
{
background-color: #54ECCF;
}
</style>
border-color css
<style>
span { border-color: #54ECCF; }
span { border-color: rgb(84,236,207); }
td.TdClassName
{
border-color: #54ECCF;
}
.TagClassName
{
border-color: #54ECCF;
}
</style>