Shades of Turquoise #54FCDD
Tints of Turquoise #54FCDD
RGB
CMYK
RGB Variations
Color information
#54FCDD (or 0x54FCDD) is known color: Turquoise. HEX triplet: 54, FC and DD. RGB value is (84,252,221). Sum of RGB (Red+Green+Blue) = 84+252+221=557 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.08% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #54FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FCDD is #AB0322. Grayscale: #C6C6C6. Windows color (decimal): -11207459 or 14548052. OLE color: 14548052.
HSL color Cylindrical-coordinate representation of color #54FCDD: hue angle of 168.93º degrees, saturation: 0.97, 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 #54FCDD is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 252 | 221 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.01 |
| HSL | 168.93º | 0.97% | 0.66% | - |
| HSV(B) | 168.93º | 0.67% | 0.99% | - |
| XYZ | 51.52 | 76.73 | 80.5 | - |
| YUV | 198.23 | 140.84 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 252 | 221 | 0.67 | 0 | 0.12 | 0.01 | 168.93 | 0.97 | 0.66 |
| Hex | 54 | FC | DD | 43 | 0 | C | 1 | A9 | 61 | 42 |
| Octal | 124 | 374 | 335 | 103 | 0 | 14 | 1 | 251 | 141 | 102 |
| Binary | 1010100 | 11111100 | 11011101 | 1000011 | 0 | 1100 | 1 | 10101001 | 1100001 | 1000010 |
Color Harmonies of #54FCDD
Complementary color
Monochromatic Colors of #54FCDD
Black with #54FCDD
Text Example
Text Example
White with #54FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FCDD; }
p { color: rgb(84,252,221); }
H1.HeaderClassName
{
color: #54FCDD;
}
.AnyTagClassName
{
color: #54FCDD;
}
</style>
background-color css
<style>
a { background-color: #54FCDD; }
a { background-color: rgb(84,252,221); }
div.DivClassName
{
background-color: #54FCDD;
}
.BgClassName
{
background-color: #54FCDD;
}
</style>
border-color css
<style>
span { border-color: #54FCDD; }
span { border-color: rgb(84,252,221); }
td.TdClassName
{
border-color: #54FCDD;
}
.TagClassName
{
border-color: #54FCDD;
}
</style>