#54c1c4

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

Shades of Medium Turquoise #54C1C4

Tints of Medium Turquoise #54C1C4

Color information

#54C1C4 (or 0x54C1C4) is unknown color: approx Medium Turquoise. HEX triplet: 54, C1 and C4. RGB value is (84,193,196). Sum of RGB (Red+Green+Blue) = 84+193+196=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #54C1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C1C4 is #AB3E3B. Grayscale: #A0A0A0. Windows color (decimal): -11222588 or 12894548. OLE color: 12894548.

HSL color Cylindrical-coordinate representation of color #54C1C4: hue angle of 181.61º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C1C4 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB84193196-
CMYK0.570.0200.23
HSL181.61º48.7%54.9%-
HSV(B)181.61º57.14%76.86%-
XYZ32.6944.0159-
YUV160.75147.8973.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.76%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=17.76%
G=40.80%
B=41.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841931960.570.0200.23181.6148.754.9
Hex54C1C4392017b63137
Octal1243013047120272666167
Binary101010011000001110001001110011001011110110110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54c1c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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