#4ACAB8

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

Shades of Medium Turquoise #4ACAB8

Tints of Medium Turquoise #4ACAB8

Color information

#4ACAB8 (or 0x4ACAB8) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CA and B8. RGB value is (74,202,184). Sum of RGB (Red+Green+Blue) = 74+202+184=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACAB8 is #B53547. Grayscale: #A1A1A1. Windows color (decimal): -11875656 or 12110410. OLE color: 12110410.

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

Color convert

RGB74202184-
CMYK0.6300.090.21
HSL171.56º54.7%54.12%-
HSV(B)171.56º63.37%79.22%-
XYZ32.647.1652.73-
YUV161.68140.5965.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.09%
GREEN value IS 202 (79.30% from 255) = 43.91%
BLUE value IS 184 (72.27% from 255) = 40%
R=16.09%
G=43.91%
B=40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021840.6300.090.21171.5654.754.12
Hex4ACAB83F0915ac3736
Octal11231227077011252546766
Binary10010101100101010111000111111010011010110101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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