#54EDE6

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

Shades of Turquoise #54EDE6

Tints of Turquoise #54EDE6

Color information

#54EDE6 (or 0x54EDE6) is unknown color: approx Turquoise. HEX triplet: 54, ED and E6. RGB value is (84,237,230). Sum of RGB (Red+Green+Blue) = 84+237+230=551 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.25% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #54EDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EDE6 is #AB1219. Grayscale: #BEBEBE. Windows color (decimal): -11211290 or 15134036. OLE color: 15134036.

HSL color Cylindrical-coordinate representation of color #54EDE6: hue angle of 177.25º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EDE6 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB84237230-
CMYK0.6500.030.07
HSL177.25º80.95%62.94%-
HSV(B)177.25º64.56%92.94%-
XYZ48.2268.1785.48-
YUV190.46150.3152.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.25%
GREEN value IS 237 (92.97% from 255) = 43.01%
BLUE value IS 230 (90.23% from 255) = 41.74%
R=15.25%
G=43.01%
B=41.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842372300.6500.030.07177.2580.9562.94
Hex54EDE641037b1513f
Octal12435534610103726112177
Binary101010011101101111001101000001011111101100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,237,230); }

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

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

 a { background-color: rgb(84,237,230); }

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

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

 span { border-color: rgb(84,237,230); }

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