Shades of Turquoise #54FCDC
Tints of Turquoise #54FCDC
RGB
CMYK
RGB Variations
Color information
#54FCDC (or 0x54FCDC) is known color: Turquoise. HEX triplet: 54, FC and DC. RGB value is (84,252,220). Sum of RGB (Red+Green+Blue) = 84+252+220=556 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.11% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #54FCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FCDC is #AB0323. Grayscale: #C6C6C6. Windows color (decimal): -11207460 or 14482516. OLE color: 14482516.
HSL color Cylindrical-coordinate representation of color #54FCDC: hue angle of 168.57º 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 #54FCDC is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 252 | 220 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.01 |
| HSL | 168.57º | 0.97% | 0.66% | - |
| HSV(B) | 168.57º | 0.67% | 0.99% | - |
| XYZ | 51.38 | 76.67 | 79.8 | - |
| YUV | 198.12 | 140.34 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 252 | 220 | 0.67 | 0 | 0.13 | 0.01 | 168.57 | 0.97 | 0.66 |
| Hex | 54 | FC | DC | 43 | 0 | D | 1 | A9 | 61 | 42 |
| Octal | 124 | 374 | 334 | 103 | 0 | 15 | 1 | 251 | 141 | 102 |
| Binary | 1010100 | 11111100 | 11011100 | 1000011 | 0 | 1101 | 1 | 10101001 | 1100001 | 1000010 |
Color Harmonies of #54FCDC
Complementary color
Monochromatic Colors of #54FCDC
Black with #54FCDC
Text Example
Text Example
White with #54FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FCDC; }
p { color: rgb(84,252,220); }
H1.HeaderClassName
{
color: #54FCDC;
}
.AnyTagClassName
{
color: #54FCDC;
}
</style>
background-color css
<style>
a { background-color: #54FCDC; }
a { background-color: rgb(84,252,220); }
div.DivClassName
{
background-color: #54FCDC;
}
.BgClassName
{
background-color: #54FCDC;
}
</style>
border-color css
<style>
span { border-color: #54FCDC; }
span { border-color: rgb(84,252,220); }
td.TdClassName
{
border-color: #54FCDC;
}
.TagClassName
{
border-color: #54FCDC;
}
</style>