#54EDCB

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

Shades of Turquoise #54EDCB

Tints of Turquoise #54EDCB

Color information

#54EDCB (or 0x54EDCB) is unknown color: approx Turquoise. HEX triplet: 54, ED and CB. RGB value is (84,237,203). Sum of RGB (Red+Green+Blue) = 84+237+203=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #54EDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EDCB is #AB1234. Grayscale: #BBBBBB. Windows color (decimal): -11211317 or 13364564. OLE color: 13364564.

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

Color convert

RGB84237203-
CMYK0.6500.140.07
HSL166.67º80.95%62.94%-
HSV(B)166.67º64.56%92.94%-
XYZ44.7266.7667.03-
YUV187.38136.8154.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.03%
GREEN value IS 237 (92.97% from 255) = 45.23%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=16.03%
G=45.23%
B=38.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842372030.6500.140.07166.6780.9562.94
Hex54EDCB410E7a7513f
Octal124355313101016724712177
Binary10101001110110111001011100000101110111101001111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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