#54E4C4

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

Shades of Turquoise #54E4C4

Tints of Turquoise #54E4C4

Color information

#54E4C4 (or 0x54E4C4) is unknown color: approx Turquoise. HEX triplet: 54, E4 and C4. RGB value is (84,228,196). Sum of RGB (Red+Green+Blue) = 84+228+196=508 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.54% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #54E4C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E4C4 is #AB1B3B. Grayscale: #B5B5B5. Windows color (decimal): -11213628 or 12903508. OLE color: 12903508.

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

Color convert

RGB84228196-
CMYK0.6300.140.11
HSL166.67º72.73%61.18%-
HSV(B)166.67º63.16%89.41%-
XYZ41.3661.3661.89-
YUV181.3136.2958.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.54%
GREEN value IS 228 (89.45% from 255) = 44.88%
BLUE value IS 196 (76.95% from 255) = 38.58%
R=16.54%
G=44.88%
B=38.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal842281960.6300.140.11166.6772.7361.18
Hex54E4C43F0EBa7493d
Octal124344304770161324711175
Binary10101001110010011000100111111011101011101001111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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