Shades of Turquoise #54FDCE
Tints of Turquoise #54FDCE
RGB
CMYK
RGB Variations
Color information
#54FDCE (or 0x54FDCE) is known color: Turquoise. HEX triplet: 54, FD and CE. RGB value is (84,253,206). Sum of RGB (Red+Green+Blue) = 84+253+206=543 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.47% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #54FDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FDCE is #AB0231. Grayscale: #C5C5C5. Windows color (decimal): -11207218 or 13565268. OLE color: 13565268.
HSL color Cylindrical-coordinate representation of color #54FDCE: hue angle of 163.31º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FDCE is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 253 | 206 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.01 |
| HSL | 163.31º | 0.98% | 0.66% | - |
| HSV(B) | 163.31º | 0.67% | 0.99% | - |
| XYZ | 49.92 | 76.59 | 70.55 | - |
| YUV | 197.11 | 133.01 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 253 | 206 | 0.67 | 0 | 0.19 | 0.01 | 163.31 | 0.98 | 0.66 |
| Hex | 54 | FD | CE | 43 | 0 | 13 | 1 | A3 | 62 | 42 |
| Octal | 124 | 375 | 316 | 103 | 0 | 23 | 1 | 243 | 142 | 102 |
| Binary | 1010100 | 11111101 | 11001110 | 1000011 | 0 | 10011 | 1 | 10100011 | 1100010 | 1000010 |
Color Harmonies of #54FDCE
Complementary color
Monochromatic Colors of #54FDCE
Black with #54FDCE
Text Example
Text Example
White with #54FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FDCE; }
p { color: rgb(84,253,206); }
H1.HeaderClassName
{
color: #54FDCE;
}
.AnyTagClassName
{
color: #54FDCE;
}
</style>
background-color css
<style>
a { background-color: #54FDCE; }
a { background-color: rgb(84,253,206); }
div.DivClassName
{
background-color: #54FDCE;
}
.BgClassName
{
background-color: #54FDCE;
}
</style>
border-color css
<style>
span { border-color: #54FDCE; }
span { border-color: rgb(84,253,206); }
td.TdClassName
{
border-color: #54FDCE;
}
.TagClassName
{
border-color: #54FDCE;
}
</style>