#54E4D5

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

Shades of Turquoise #54E4D5

Tints of Turquoise #54E4D5

Color information

#54E4D5 (or 0x54E4D5) is unknown color: approx Turquoise. HEX triplet: 54, E4 and D5. RGB value is (84,228,213). Sum of RGB (Red+Green+Blue) = 84+228+213=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #54E4D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E4D5 is #AB1B2A. Grayscale: #B7B7B7. Windows color (decimal): -11213611 or 14017620. OLE color: 14017620.

HSL color Cylindrical-coordinate representation of color #54E4D5: hue angle of 173.75º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E4D5 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB84228213-
CMYK0.6300.070.11
HSL173.75º72.73%61.18%-
HSV(B)173.75º63.16%89.41%-
XYZ43.4162.1872.66-
YUV183.23144.7957.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16%
GREEN value IS 228 (89.45% from 255) = 43.43%
BLUE value IS 213 (83.59% from 255) = 40.57%
R=16%
G=43.43%
B=40.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal842282130.6300.070.11173.7572.7361.18
Hex54E4D53F07Bae493d
Octal12434432577071325611175
Binary1010100111001001101010111111101111011101011101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,228,213); }

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

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

 a { background-color: rgb(84,228,213); }

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

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

 span { border-color: rgb(84,228,213); }

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