#4ACABD

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

Shades of Medium Turquoise #4ACABD

Tints of Medium Turquoise #4ACABD

Color information

#4ACABD (or 0x4ACABD) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CA and BD. RGB value is (74,202,189). Sum of RGB (Red+Green+Blue) = 74+202+189=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACABD is #B53542. Grayscale: #A2A2A2. Windows color (decimal): -11875651 or 12438090. OLE color: 12438090.

HSL color Cylindrical-coordinate representation of color #4ACABD: hue angle of 173.91º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACABD is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB74202189-
CMYK0.6300.060.21
HSL173.91º54.7%54.12%-
HSV(B)173.91º63.37%79.22%-
XYZ33.1347.3755.54-
YUV162.25143.0965.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.91%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=15.91%
G=43.44%
B=40.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021890.6300.060.21173.9154.754.12
Hex4ACABD3F0615ae3736
Octal1123122757706252566766
Binary1001010110010101011110111111101101010110101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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