#4ACAD4

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

Shades of Medium Turquoise #4ACAD4

Tints of Medium Turquoise #4ACAD4

Color information

#4ACAD4 (or 0x4ACAD4) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CA and D4. RGB value is (74,202,212). Sum of RGB (Red+Green+Blue) = 74+202+212=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #4ACAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACAD4 is #B5352B. Grayscale: #A4A4A4. Windows color (decimal): -11875628 or 13945418. OLE color: 13945418.

HSL color Cylindrical-coordinate representation of color #4ACAD4: hue angle of 184.35º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ACAD4 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB74202212-
CMYK0.650.0500.17
HSL184.35º61.61%56.08%-
HSV(B)184.35º65.09%83.14%-
XYZ35.8348.4569.75-
YUV164.87154.5963.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.16%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 212 (83.20% from 255) = 43.44%
R=15.16%
G=41.39%
B=43.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal742022120.650.0500.17184.3561.6156.08
Hex4ACAD4415011b83e38
Octal11231232410150212707670
Binary10010101100101011010100100000110101000110111000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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