Shades of Turquoise #54FECE
Tints of Turquoise #54FECE
RGB
CMYK
RGB Variations
Color information
#54FECE (or 0x54FECE) is known color: Turquoise. HEX triplet: 54, FE and CE. RGB value is (84,254,206). Sum of RGB (Red+Green+Blue) = 84+254+206=544 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.44% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #54FECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FECE is #AB0131. Grayscale: #C5C5C5. Windows color (decimal): -11206962 or 13565524. OLE color: 13565524.
HSL color Cylindrical-coordinate representation of color #54FECE: hue angle of 163.06º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FECE is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 206 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.00 |
| HSL | 163.06º | 0.99% | 0.66% | - |
| HSV(B) | 163.06º | 0.67% | 1% | - |
| XYZ | 50.24 | 77.22 | 70.65 | - |
| YUV | 197.7 | 132.68 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 206 | 0.67 | 0 | 0.19 | 0.00 | 163.06 | 0.99 | 0.66 |
| Hex | 54 | FE | CE | 43 | 0 | 13 | 0 | A3 | 63 | 42 |
| Octal | 124 | 376 | 316 | 103 | 0 | 23 | 0 | 243 | 143 | 102 |
| Binary | 1010100 | 11111110 | 11001110 | 1000011 | 0 | 10011 | 0 | 10100011 | 1100011 | 1000010 |
Color Harmonies of #54FECE
Complementary color
Monochromatic Colors of #54FECE
Black with #54FECE
Text Example
Text Example
White with #54FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FECE; }
p { color: rgb(84,254,206); }
H1.HeaderClassName
{
color: #54FECE;
}
.AnyTagClassName
{
color: #54FECE;
}
</style>
background-color css
<style>
a { background-color: #54FECE; }
a { background-color: rgb(84,254,206); }
div.DivClassName
{
background-color: #54FECE;
}
.BgClassName
{
background-color: #54FECE;
}
</style>
border-color css
<style>
span { border-color: #54FECE; }
span { border-color: rgb(84,254,206); }
td.TdClassName
{
border-color: #54FECE;
}
.TagClassName
{
border-color: #54FECE;
}
</style>