#4AC7BE

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

Shades of Medium Turquoise #4AC7BE

Tints of Medium Turquoise #4AC7BE

Color information

#4AC7BE (or 0x4AC7BE) is unknown color: approx Medium Turquoise. HEX triplet: 4A, C7 and BE. RGB value is (74,199,190). Sum of RGB (Red+Green+Blue) = 74+199+190=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC7BE is #B53841. Grayscale: #A0A0A0. Windows color (decimal): -11876418 or 12502858. OLE color: 12502858.

HSL color Cylindrical-coordinate representation of color #4AC7BE: hue angle of 175.68º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC7BE is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB74199190-
CMYK0.6300.050.22
HSL175.68º52.74%53.53%-
HSV(B)175.68º62.81%78.04%-
XYZ32.5446.0255.88-
YUV160.6144.5966.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.98%
GREEN value IS 199 (78.12% from 255) = 42.98%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=15.98%
G=42.98%
B=41.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal741991900.6300.050.22175.6852.7453.53
Hex4AC7BE3F0516b03536
Octal1123072767705262606566
Binary1001010110001111011111011111101011011010110000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AC7BE; }

 p { color: rgb(74,199,190); }

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

<style>
 a { background-color: #4AC7BE; }

 a { background-color: rgb(74,199,190); }

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

<style>
 span { border-color: #4AC7BE; }

 span { border-color: rgb(74,199,190); }

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