#54E5C2

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

Shades of Turquoise #54E5C2

Tints of Turquoise #54E5C2

Color information

#54E5C2 (or 0x54E5C2) is unknown color: approx Turquoise. HEX triplet: 54, E5 and C2. RGB value is (84,229,194). Sum of RGB (Red+Green+Blue) = 84+229+194=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #54E5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E5C2 is #AB1A3D. Grayscale: #B5B5B5. Windows color (decimal): -11213374 or 12772692. OLE color: 12772692.

HSL color Cylindrical-coordinate representation of color #54E5C2: hue angle of 165.52º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E5C2 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB84229194-
CMYK0.6300.150.10
HSL165.52º73.6%61.37%-
HSV(B)165.52º63.32%89.8%-
XYZ41.4161.8260.79-
YUV181.65134.9658.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.57%
GREEN value IS 229 (89.84% from 255) = 45.17%
BLUE value IS 194 (76.17% from 255) = 38.26%
R=16.57%
G=45.17%
B=38.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal842291940.6300.150.10165.5273.661.37
Hex54E5C23F0FAa64a3d
Octal124345302770171224611275
Binary10101001110010111000010111111011111010101001101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,229,194); }

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

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

 a { background-color: rgb(84,229,194); }

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

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

 span { border-color: rgb(84,229,194); }

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