#54C7C4

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

Shades of Medium Turquoise #54C7C4

Tints of Medium Turquoise #54C7C4

Color information

#54C7C4 (or 0x54C7C4) is unknown color: approx Medium Turquoise. HEX triplet: 54, C7 and C4. RGB value is (84,199,196). Sum of RGB (Red+Green+Blue) = 84+199+196=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #54C7C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C7C4 is #AB383B. Grayscale: #A4A4A4. Windows color (decimal): -11221052 or 12896084. OLE color: 12896084.

HSL color Cylindrical-coordinate representation of color #54C7C4: hue angle of 178.43º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C7C4 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB84199196-
CMYK0.5800.020.22
HSL178.43º50.66%55.49%-
HSV(B)178.43º57.79%78.04%-
XYZ34.0446.7259.45-
YUV164.27145.970.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.54%
GREEN value IS 199 (78.12% from 255) = 41.54%
BLUE value IS 196 (76.95% from 255) = 40.92%
R=17.54%
G=41.54%
B=40.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841991960.5800.020.22178.4350.6655.49
Hex54C7C43A0216b23337
Octal1243073047202262626367
Binary101010011000111110001001110100101011010110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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