Html Css Color HEX #4AC3BD Medium Turquoise

📋 copy color: '#4AC3BD'

red 74 ◦ green 195 ◦ blue 189

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

Shades of Medium Turquoise #4AC3BD

Tints of Medium Turquoise #4AC3BD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.58%

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 16.16%
G = 42.58%
B = 41.27%

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

#4AC3BD (or 0x4AC3BD) is known color: Medium Turquoise. HEX triplet: 4A, C3 and BD. RGB value is (74,195,189). Sum of RGB (Red+Green+Blue) = 74+195+189=458 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.16% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC3BD is #B53C42. Grayscale: #9E9E9E. Windows color (decimal): -11877443 or 12436298. OLE color: 12436298.

HSL color Cylindrical-coordinate representation of color #4AC3BD: hue angle of 177.02º 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 #4AC3BD is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 195 189 -
CMYK 0.62 0 0.03 0.24
HSL 177.02º 0.5% 0.53% -
HSV(B) 177.02º 0.62% 0.76% -
XYZ 31.52 44.16 55.01 -
YUV 158.14 145.41 67.99 -
System Red Green Blue C M Y K H S L
Decimal 74 195 189 0.62 0 0.03 0.24 177.02 0.5 0.53
Hex 4A C3 BD 3E 0 3 18 B1 32 35
Octal 112 303 275 76 0 3 30 261 62 65
Binary 1001010 11000011 10111101 111110 0 11 11000 10110001 110010 110101

Color Harmonies of #4AC3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC3BD

Black with #4AC3BD

Text Example


Text Example

White with #4AC3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,195,189); }

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

background-color css

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

 a { background-color: rgb(74,195,189); }

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

border-color css

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

 span { border-color: rgb(74,195,189); }

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