#54EBD8

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

Shades of Turquoise #54EBD8

Tints of Turquoise #54EBD8

Color information

#54EBD8 (or 0x54EBD8) is unknown color: approx Turquoise. HEX triplet: 54, EB and D8. RGB value is (84,235,216). Sum of RGB (Red+Green+Blue) = 84+235+216=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBD8 is #AB1427. Grayscale: #BBBBBB. Windows color (decimal): -11211816 or 14216020. OLE color: 14216020.

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

Color convert

RGB84235216-
CMYK0.6400.080.08
HSL172.45º79.06%62.55%-
HSV(B)172.45º64.26%92.16%-
XYZ45.7666.2675.34-
YUV187.68143.9754.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.70%
GREEN value IS 235 (92.19% from 255) = 43.93%
BLUE value IS 216 (84.77% from 255) = 40.37%
R=15.70%
G=43.93%
B=40.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal842352160.6400.080.08172.4579.0662.55
Hex54EBD840088ac4f3f
Octal1243533301000101025411777
Binary101010011101011110110001000000010001000101011001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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