#4ac7bc

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

Shades of Medium Turquoise #4AC7BC

Tints of Medium Turquoise #4AC7BC

Color information

#4AC7BC (or 0x4AC7BC) is unknown color: approx Medium Turquoise. HEX triplet: 4A, C7 and BC. RGB value is (74,199,188). Sum of RGB (Red+Green+Blue) = 74+199+188=461 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.05% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC7BC is #B53843. Grayscale: #A0A0A0. Windows color (decimal): -11876420 or 12371786. OLE color: 12371786.

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

Color convert

RGB74199188-
CMYK0.6300.060.22
HSL174.72º52.74%53.53%-
HSV(B)174.72º62.81%78.04%-
XYZ32.3245.9354.74-
YUV160.37143.5966.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.05%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=16.05%
G=43.17%
B=40.78%

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
Decimal741991880.6300.060.22174.7252.7453.53
Hex4AC7BC3F0616af3536
Octal1123072747706262576566
Binary1001010110001111011110011111101101011010101111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ac7bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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