#54EBDA

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

Shades of Turquoise #54EBDA

Tints of Turquoise #54EBDA

Color information

#54EBDA (or 0x54EBDA) is unknown color: approx Turquoise. HEX triplet: 54, EB and DA. RGB value is (84,235,218). Sum of RGB (Red+Green+Blue) = 84+235+218=537 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.64% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBDA is #AB1425. Grayscale: #BBBBBB. Windows color (decimal): -11211814 or 14347092. OLE color: 14347092.

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

Color convert

RGB84235218-
CMYK0.6400.070.08
HSL173.25º79.06%62.55%-
HSV(B)173.25º64.26%92.16%-
XYZ46.0266.3676.71-
YUV187.91144.9753.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.64%
GREEN value IS 235 (92.19% from 255) = 43.76%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=15.64%
G=43.76%
B=40.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal842352180.6400.070.08173.2579.0662.55
Hex54EBDA40078ad4f3f
Octal124353332100071025511777
Binary10101001110101111011010100000001111000101011011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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