Shades of Turquoise #54FCE2
Tints of Turquoise #54FCE2
RGB
CMYK
RGB Variations
Color information
#54FCE2 (or 0x54FCE2) is known color: Turquoise. HEX triplet: 54, FC and E2. RGB value is (84,252,226). Sum of RGB (Red+Green+Blue) = 84+252+226=562 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.95% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #54FCE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FCE2 is #AB031D. Grayscale: #C6C6C6. Windows color (decimal): -11207454 or 14875732. OLE color: 14875732.
HSL color Cylindrical-coordinate representation of color #54FCE2: hue angle of 170.71º 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 #54FCE2 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 252 | 226 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.01 |
| HSL | 170.71º | 0.97% | 0.66% | - |
| HSV(B) | 170.71º | 0.67% | 0.99% | - |
| XYZ | 52.19 | 77 | 84.06 | - |
| YUV | 198.8 | 143.34 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 252 | 226 | 0.67 | 0 | 0.10 | 0.01 | 170.71 | 0.97 | 0.66 |
| Hex | 54 | FC | E2 | 43 | 0 | A | 1 | AB | 61 | 42 |
| Octal | 124 | 374 | 342 | 103 | 0 | 12 | 1 | 253 | 141 | 102 |
| Binary | 1010100 | 11111100 | 11100010 | 1000011 | 0 | 1010 | 1 | 10101011 | 1100001 | 1000010 |
Color Harmonies of #54FCE2
Complementary color
Monochromatic Colors of #54FCE2
Black with #54FCE2
Text Example
Text Example
White with #54FCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FCE2; }
p { color: rgb(84,252,226); }
H1.HeaderClassName
{
color: #54FCE2;
}
.AnyTagClassName
{
color: #54FCE2;
}
</style>
background-color css
<style>
a { background-color: #54FCE2; }
a { background-color: rgb(84,252,226); }
div.DivClassName
{
background-color: #54FCE2;
}
.BgClassName
{
background-color: #54FCE2;
}
</style>
border-color css
<style>
span { border-color: #54FCE2; }
span { border-color: rgb(84,252,226); }
td.TdClassName
{
border-color: #54FCE2;
}
.TagClassName
{
border-color: #54FCE2;
}
</style>