#4AC9BE

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

Shades of Medium Turquoise #4AC9BE

Tints of Medium Turquoise #4AC9BE

Color information

#4AC9BE (or 0x4AC9BE) is unknown color: approx Medium Turquoise. HEX triplet: 4A, C9 and BE. RGB value is (74,201,190). Sum of RGB (Red+Green+Blue) = 74+201+190=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC9BE is #B53641. Grayscale: #A1A1A1. Windows color (decimal): -11875906 or 12503370. OLE color: 12503370.

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

Color convert

RGB74201190-
CMYK0.6300.050.21
HSL174.8º54.04%53.92%-
HSV(B)174.8º63.18%78.82%-
XYZ3346.9556.04-
YUV161.77143.9265.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.91%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=15.91%
G=43.23%
B=40.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742011900.6300.050.21174.854.0453.92
Hex4AC9BE3F0515af3636
Octal1123112767705252576666
Binary1001010110010011011111011111101011010110101111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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