#54E5C1

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

Shades of Turquoise #54E5C1

Tints of Turquoise #54E5C1

Color information

#54E5C1 (or 0x54E5C1) is unknown color: approx Turquoise. HEX triplet: 54, E5 and C1. RGB value is (84,229,193). Sum of RGB (Red+Green+Blue) = 84+229+193=506 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.60% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #54E5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E5C1 is #AB1A3E. Grayscale: #B5B5B5. Windows color (decimal): -11213375 or 12707156. OLE color: 12707156.

HSL color Cylindrical-coordinate representation of color #54E5C1: hue angle of 165.1º 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 #54E5C1 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB84229193-
CMYK0.6300.160.10
HSL165.1º73.6%61.37%-
HSV(B)165.1º63.32%89.8%-
XYZ41.361.7760.2-
YUV181.54134.4658.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.60%
GREEN value IS 229 (89.84% from 255) = 45.26%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=16.60%
G=45.26%
B=38.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal842291930.6300.160.10165.173.661.37
Hex54E5C13F010Aa54a3d
Octal124345301770201224511275
Binary101010011100101110000011111110100001010101001011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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