Html Css Color HEX #4AC7BB Medium Turquoise

📋 copy color: '#4AC7BB'

red 74 ◦ green 199 ◦ blue 187

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

Shades of Medium Turquoise #4AC7BB

Tints of Medium Turquoise #4AC7BB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.26%

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 16.09%
G = 43.26%
B = 40.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#4AC7BB (or 0x4AC7BB) is known color: Medium Turquoise. HEX triplet: 4A, C7 and BB. RGB value is (74,199,187). Sum of RGB (Red+Green+Blue) = 74+199+187=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC7BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC7BB is #B53844. Grayscale: #A0A0A0. Windows color (decimal): -11876421 or 12306250. OLE color: 12306250.

HSL color Cylindrical-coordinate representation of color #4AC7BB: hue angle of 174.24º 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 #4AC7BB is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 74 199 187 -
CMYK 0.63 0 0.06 0.22
HSL 174.24º 0.53% 0.54% -
HSV(B) 174.24º 0.63% 0.78% -
XYZ 32.22 45.89 54.17 -
YUV 160.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 74 199 187 0.63 0 0.06 0.22 174.24 0.53 0.54
Hex 4A C7 BB 3F 0 6 16 AE 35 36
Octal 112 307 273 77 0 6 26 256 65 66
Binary 1001010 11000111 10111011 111111 0 110 10110 10101110 110101 110110

Color Harmonies of #4AC7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC7BB

Black with #4AC7BB

Text Example


Text Example

White with #4AC7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,199,187); }

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

background-color css

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

 a { background-color: rgb(74,199,187); }

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

border-color css

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

 span { border-color: rgb(74,199,187); }

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