#54EBC9

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

Shades of Turquoise #54EBC9

Tints of Turquoise #54EBC9

Color information

#54EBC9 (or 0x54EBC9) is unknown color: approx Turquoise. HEX triplet: 54, EB and C9. RGB value is (84,235,201). Sum of RGB (Red+Green+Blue) = 84+235+201=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBC9 is #AB1436. Grayscale: #B9B9B9. Windows color (decimal): -11211831 or 13232980. OLE color: 13232980.

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

Color convert

RGB84235201-
CMYK0.6400.140.08
HSL166.49º79.06%62.55%-
HSV(B)166.49º64.26%92.16%-
XYZ43.9165.5265.59-
YUV185.97136.4755.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.15%
GREEN value IS 235 (92.19% from 255) = 45.19%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=16.15%
G=45.19%
B=38.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal842352010.6400.140.08166.4979.0662.55
Hex54EBC9400E8a64f3f
Octal1243533111000161024611777
Binary101010011101011110010011000000011101000101001101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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