#4AC8BD

Color #4AC8BD Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4AC8BD

Tints of Medium Turquoise #4AC8BD

Color information

#4AC8BD (or 0x4AC8BD) is unknown color: approx Medium Turquoise. HEX triplet: 4A, C8 and BD. RGB value is (74,200,189). Sum of RGB (Red+Green+Blue) = 74+200+189=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC8BD is #B53742. Grayscale: #A0A0A0. Windows color (decimal): -11876163 or 12437578. OLE color: 12437578.

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

Color convert

RGB74200189-
CMYK0.6300.060.22
HSL174.76º53.39%53.73%-
HSV(B)174.76º63%78.43%-
XYZ32.6646.4455.39-
YUV161.07143.7665.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.98%
GREEN value IS 200 (78.52% from 255) = 43.20%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=15.98%
G=43.20%
B=40.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal742001890.6300.060.22174.7653.3953.73
Hex4AC8BD3F0616af3536
Octal1123102757706262576566
Binary1001010110010001011110111111101101011010101111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AC8BD;
 }
 .AnyTagClassName
 {
   color: #4AC8BD;
 }
</style>
background-color css

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

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

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

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

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

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