#54C1BE

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

Shades of Medium Turquoise #54C1BE

Tints of Medium Turquoise #54C1BE

Color information

#54C1BE (or 0x54C1BE) is unknown color: approx Medium Turquoise. HEX triplet: 54, C1 and BE. RGB value is (84,193,190). Sum of RGB (Red+Green+Blue) = 84+193+190=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #54C1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C1BE is #AB3E41. Grayscale: #9F9F9F. Windows color (decimal): -11222594 or 12501332. OLE color: 12501332.

HSL color Cylindrical-coordinate representation of color #54C1BE: hue angle of 178.35º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C1BE is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB84193190-
CMYK0.5600.020.24
HSL178.35º46.78%54.31%-
HSV(B)178.35º56.48%75.69%-
XYZ32.0243.7455.47-
YUV160.07144.8973.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.99%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=17.99%
G=41.33%
B=40.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841931900.5600.020.24178.3546.7854.31
Hex54C1BE380218b22f36
Octal1243012767002302625766
Binary101010011000001101111101110000101100010110010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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