#54ECD9

Color #54ECD9 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #54ECD9

Tints of Turquoise #54ECD9

Color information

#54ECD9 (or 0x54ECD9) is unknown color: approx Turquoise. HEX triplet: 54, EC and D9. RGB value is (84,236,217). Sum of RGB (Red+Green+Blue) = 84+236+217=537 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.64% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #54ECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54ECD9 is #AB1326. Grayscale: #BCBCBC. Windows color (decimal): -11211559 or 14281812. OLE color: 14281812.

HSL color Cylindrical-coordinate representation of color #54ECD9: hue angle of 172.5º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54ECD9 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB84236217-
CMYK0.6400.080.07
HSL172.5º80%62.75%-
HSV(B)172.5º64.41%92.55%-
XYZ46.1866.8976.12-
YUV188.39144.1453.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 15.64%
GREEN value IS 236 (92.58% from 255) = 43.95%
BLUE value IS 217 (85.16% from 255) = 40.41%
R=15.64%
G=43.95%
B=40.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842362170.6400.080.07172.58062.75
Hex54ECD940087ac503f
Octal124354331100010725412077
Binary10101001110110011011001100000001000111101011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54ECD9; }

 p { color: rgb(84,236,217); }

 H1.HeaderClassName
 {
   color: #54ECD9;
 }
 .AnyTagClassName
 {
   color: #54ECD9;
 }
</style>
background-color css

<style>
 a { background-color: #54ECD9; }

 a { background-color: rgb(84,236,217); }

 div.DivClassName
 {
   background-color: #54ECD9;
 }
 .BgClassName
 {
   background-color: #54ECD9;
 }
</style>
border-color css

<style>
 span { border-color: #54ECD9; }

 span { border-color: rgb(84,236,217); }

 td.TdClassName
 {
   border-color: #54ECD9;
 }
 .TagClassName
 {
   border-color: #54ECD9;
 }
</style>