#54EBC0

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

Shades of Turquoise #54EBC0

Tints of Turquoise #54EBC0

Color information

#54EBC0 (or 0x54EBC0) is unknown color: approx Turquoise. HEX triplet: 54, EB and C0. RGB value is (84,235,192). Sum of RGB (Red+Green+Blue) = 84+235+192=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBC0 is #AB143F. Grayscale: #B8B8B8. Windows color (decimal): -11211840 or 12643156. OLE color: 12643156.

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

Color convert

RGB84235192-
CMYK0.6400.180.08
HSL162.91º79.06%62.55%-
HSV(B)162.91º64.26%92.16%-
XYZ42.8865.1160.18-
YUV184.95131.9756-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.44%
GREEN value IS 235 (92.19% from 255) = 45.99%
BLUE value IS 192 (75.39% from 255) = 37.57%
R=16.44%
G=45.99%
B=37.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal842351920.6400.180.08162.9179.0662.55
Hex54EBC0400128a34f3f
Octal1243533001000221024311777
Binary1010100111010111100000010000000100101000101000111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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