#4ACABE

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

Shades of Medium Turquoise #4ACABE

Tints of Medium Turquoise #4ACABE

Color information

#4ACABE (or 0x4ACABE) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CA and BE. RGB value is (74,202,190). Sum of RGB (Red+Green+Blue) = 74+202+190=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACABE is #B53541. Grayscale: #A2A2A2. Windows color (decimal): -11875650 or 12503626. OLE color: 12503626.

HSL color Cylindrical-coordinate representation of color #4ACABE: hue angle of 174.38º degrees, saturation: 0.55, 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 #4ACABE is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB74202190-
CMYK0.6300.060.21
HSL174.38º54.7%54.12%-
HSV(B)174.38º63.37%79.22%-
XYZ33.2447.4156.12-
YUV162.36143.5964.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.88%
GREEN value IS 202 (79.30% from 255) = 43.35%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=15.88%
G=43.35%
B=40.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021900.6300.060.21174.3854.754.12
Hex4ACABE3F0615ae3736
Octal1123122767706252566766
Binary1001010110010101011111011111101101010110101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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