Html Css Color HEX #4AC8BF Medium Turquoise

📋 copy color: '#4AC8BF'

red 74 ◦ green 200 ◦ blue 191

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

Shades of Medium Turquoise #4AC8BF

Tints of Medium Turquoise #4AC8BF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.01%

 BLUE value IS 191 (75% from 255) = 41.08%

R = 15.91%
G = 43.01%
B = 41.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#4AC8BF (or 0x4AC8BF) is known color: Medium Turquoise. HEX triplet: 4A, C8 and BF. RGB value is (74,200,191). Sum of RGB (Red+Green+Blue) = 74+200+191=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC8BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC8BF is #B53740. Grayscale: #A1A1A1. Windows color (decimal): -11876161 or 12568650. OLE color: 12568650.

HSL color Cylindrical-coordinate representation of color #4AC8BF: hue angle of 175.71º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC8BF is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 74 200 191 -
CMYK 0.63 0 0.04 0.22
HSL 175.71º 0.53% 0.54% -
HSV(B) 175.71º 0.63% 0.78% -
XYZ 32.88 46.53 56.54 -
YUV 161.3 144.76 65.73 -
System Red Green Blue C M Y K H S L
Decimal 74 200 191 0.63 0 0.04 0.22 175.71 0.53 0.54
Hex 4A C8 BF 3F 0 4 16 B0 35 36
Octal 112 310 277 77 0 4 26 260 65 66
Binary 1001010 11001000 10111111 111111 0 100 10110 10110000 110101 110110

Color Harmonies of #4AC8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC8BF

Black with #4AC8BF

Text Example


Text Example

White with #4AC8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,200,191); }

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

background-color css

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

 a { background-color: rgb(74,200,191); }

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

border-color css

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

 span { border-color: rgb(74,200,191); }

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