Html Css Color HEX #4AC0BA Medium Turquoise

📋 copy color: '#4AC0BA'

red 74 ◦ green 192 ◦ blue 186

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

Shades of Medium Turquoise #4AC0BA

Tints of Medium Turquoise #4AC0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 16.37%
G = 42.48%
B = 41.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#4AC0BA (or 0x4AC0BA) is known color: Medium Turquoise. HEX triplet: 4A, C0 and BA. RGB value is (74,192,186). Sum of RGB (Red+Green+Blue) = 74+192+186=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC0BA is #B53F45. Grayscale: #9B9B9B. Windows color (decimal): -11878214 or 12238922. OLE color: 12238922.

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

Color convert

RGB 74 192 186 -
CMYK 0.61 0 0.03 0.25
HSL 176.95º 0.48% 0.52% -
HSV(B) 176.95º 0.61% 0.75% -
XYZ 30.54 42.7 53.09 -
YUV 156.03 144.91 69.49 -
System Red Green Blue C M Y K H S L
Decimal 74 192 186 0.61 0 0.03 0.25 176.95 0.48 0.52
Hex 4A C0 BA 3D 0 3 19 B1 30 34
Octal 112 300 272 75 0 3 31 261 60 64
Binary 1001010 11000000 10111010 111101 0 11 11001 10110001 110000 110100

Color Harmonies of #4AC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC0BA

Black with #4AC0BA

Text Example


Text Example

White with #4AC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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