#54E0BE

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

Shades of Turquoise #54E0BE

Tints of Turquoise #54E0BE

Color information

#54E0BE (or 0x54E0BE) is unknown color: approx Turquoise. HEX triplet: 54, E0 and BE. RGB value is (84,224,190). Sum of RGB (Red+Green+Blue) = 84+224+190=498 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.87% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #54E0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E0BE is #AB1F41. Grayscale: #B2B2B2. Windows color (decimal): -11214658 or 12509268. OLE color: 12509268.

HSL color Cylindrical-coordinate representation of color #54E0BE: hue angle of 165.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54E0BE is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB84224190-
CMYK0.6200.150.12
HSL165.43º69.31%60.39%-
HSV(B)165.43º62.5%87.84%-
XYZ39.6158.9158-
YUV178.26134.6260.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.87%
GREEN value IS 224 (87.89% from 255) = 44.98%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=16.87%
G=44.98%
B=38.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal842241900.6200.150.12165.4369.3160.39
Hex54E0BE3E0FCa5453c
Octal124340276760171424510574
Binary10101001110000010111110111110011111100101001011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,224,190); }

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

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

 a { background-color: rgb(84,224,190); }

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

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

 span { border-color: rgb(84,224,190); }

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