#54EEB9

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

Shades of Turquoise #54EEB9

Tints of Turquoise #54EEB9

Color information

#54EEB9 (or 0x54EEB9) is unknown color: approx Turquoise. HEX triplet: 54, EE and B9. RGB value is (84,238,185). Sum of RGB (Red+Green+Blue) = 84+238+185=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #54EEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EEB9 is #AB1146. Grayscale: #B9B9B9. Windows color (decimal): -11211079 or 12185172. OLE color: 12185172.

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

Color convert

RGB84238185-
CMYK0.6500.220.07
HSL159.35º81.91%63.14%-
HSV(B)159.35º64.71%93.33%-
XYZ42.9966.5456.48-
YUV185.91127.4855.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.57%
GREEN value IS 238 (93.36% from 255) = 46.94%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=16.57%
G=46.94%
B=36.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842381850.6500.220.07159.3581.9163.14
Hex54EEB94101679f523f
Octal124356271101026723712277
Binary101010011101110101110011000001010110111100111111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,238,185); }

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

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

 a { background-color: rgb(84,238,185); }

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

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

 span { border-color: rgb(84,238,185); }

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