#54E9D9

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

Shades of Turquoise #54E9D9

Tints of Turquoise #54E9D9

Color information

#54E9D9 (or 0x54E9D9) is unknown color: approx Turquoise. HEX triplet: 54, E9 and D9. RGB value is (84,233,217). Sum of RGB (Red+Green+Blue) = 84+233+217=534 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.73% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #54E9D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E9D9 is #AB1626. Grayscale: #BABABA. Windows color (decimal): -11212327 or 14281044. OLE color: 14281044.

HSL color Cylindrical-coordinate representation of color #54E9D9: hue angle of 173.56º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E9D9 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB84233217-
CMYK0.6400.070.09
HSL173.56º77.2%62.16%-
HSV(B)173.56º63.95%91.37%-
XYZ45.3265.1775.84-
YUV186.62145.1454.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.73%
GREEN value IS 233 (91.41% from 255) = 43.63%
BLUE value IS 217 (85.16% from 255) = 40.64%
R=15.73%
G=43.63%
B=40.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal842332170.6400.070.09173.5677.262.16
Hex54E9D940079ae4d3e
Octal124351331100071125611576
Binary10101001110100111011001100000001111001101011101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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