Html Css Color HEX #4AC2BC Medium Turquoise

📋 copy color: '#4AC2BC'

red 74 ◦ green 194 ◦ blue 188

#4AC2BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #4AC2BC

Tints of Medium Turquoise #4AC2BC

RGB

 RED value IS 74 (29.3% from 255) = 16.23%

 GREEN value IS 194 (76.17% from 255) = 42.54%

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 16.23%
G = 42.54%
B = 41.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#4AC2BC (or 0x4AC2BC) is known color: Medium Turquoise. HEX triplet: 4A, C2 and BC. RGB value is (74,194,188). Sum of RGB (Red+Green+Blue) = 74+194+188=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC2BC is #B53D43. Grayscale: #9D9D9D. Windows color (decimal): -11877700 or 12370506. OLE color: 12370506.

HSL color Cylindrical-coordinate representation of color #4AC2BC: hue angle of 177º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC2BC is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 194 188 -
CMYK 0.62 0 0.03 0.24
HSL 177º 0.5% 0.53% -
HSV(B) 177º 0.62% 0.76% -
XYZ 31.19 43.67 54.36 -
YUV 157.44 145.24 68.49 -
System Red Green Blue C M Y K H S L
Decimal 74 194 188 0.62 0 0.03 0.24 177 0.5 0.53
Hex 4A C2 BC 3E 0 3 18 B1 32 35
Octal 112 302 274 76 0 3 30 261 62 65
Binary 1001010 11000010 10111100 111110 0 11 11000 10110001 110010 110101

Color Harmonies of #4AC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC2BC

Black with #4AC2BC

Text Example


Text Example

White with #4AC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,194,188); }

 H1.HeaderClassName
 {
   color: #4AC2BC;
 }
 .AnyTagClassName
 {
   color: #4AC2BC;
 }
</style>

background-color css

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

 a { background-color: rgb(74,194,188); }

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

border-color css

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

 span { border-color: rgb(74,194,188); }

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