#54EBC4

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

Shades of Turquoise #54EBC4

Tints of Turquoise #54EBC4

Color information

#54EBC4 (or 0x54EBC4) is unknown color: approx Turquoise. HEX triplet: 54, EB and C4. RGB value is (84,235,196). Sum of RGB (Red+Green+Blue) = 84+235+196=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBC4 is #AB143B. Grayscale: #B9B9B9. Windows color (decimal): -11211836 or 12905300. OLE color: 12905300.

HSL color Cylindrical-coordinate representation of color #54EBC4: hue angle of 164.5º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EBC4 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB84235196-
CMYK0.6400.170.08
HSL164.5º79.06%62.55%-
HSV(B)164.5º64.26%92.16%-
XYZ43.3365.2962.54-
YUV185.4133.9755.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.31%
GREEN value IS 235 (92.19% from 255) = 45.63%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=16.31%
G=45.63%
B=38.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal842351960.6400.170.08164.579.0662.55
Hex54EBC4400118a54f3f
Octal1243533041000211024511777
Binary1010100111010111100010010000000100011000101001011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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