Html Css Color HEX #4AC0BE Medium Turquoise

📋 copy color: '#4AC0BE'

red 74 ◦ green 192 ◦ blue 190

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

Shades of Medium Turquoise #4AC0BE

Tints of Medium Turquoise #4AC0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.11%

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 16.23%
G = 42.11%
B = 41.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#4AC0BE (or 0x4AC0BE) is known color: Medium Turquoise. HEX triplet: 4A, C0 and BE. RGB value is (74,192,190). Sum of RGB (Red+Green+Blue) = 74+192+190=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC0BE is #B53F41. Grayscale: #9C9C9C. Windows color (decimal): -11878210 or 12501066. OLE color: 12501066.

HSL color Cylindrical-coordinate representation of color #4AC0BE: hue angle of 178.98º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC0BE is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 192 190 -
CMYK 0.61 0 0.01 0.25
HSL 178.98º 0.48% 0.52% -
HSV(B) 178.98º 0.61% 0.75% -
XYZ 30.97 42.87 55.36 -
YUV 156.49 146.91 69.16 -
System Red Green Blue C M Y K H S L
Decimal 74 192 190 0.61 0 0.01 0.25 178.98 0.48 0.52
Hex 4A C0 BE 3D 0 1 19 B3 30 34
Octal 112 300 276 75 0 1 31 263 60 64
Binary 1001010 11000000 10111110 111101 0 1 11001 10110011 110000 110100

Color Harmonies of #4AC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC0BE

Black with #4AC0BE

Text Example


Text Example

White with #4AC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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