#4ACADC

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

Shades of Medium Turquoise #4ACADC

Tints of Medium Turquoise #4ACADC

Color information

#4ACADC (or 0x4ACADC) is unknown color: approx Medium Turquoise. HEX triplet: 4A, CA and DC. RGB value is (74,202,220). Sum of RGB (Red+Green+Blue) = 74+202+220=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ACADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACADC is #B53523. Grayscale: #A5A5A5. Windows color (decimal): -11875620 or 14469706. OLE color: 14469706.

HSL color Cylindrical-coordinate representation of color #4ACADC: hue angle of 187.4º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ACADC is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB74202220-
CMYK0.660.0800.14
HSL187.4º67.59%57.65%-
HSV(B)187.4º66.36%86.27%-
XYZ36.8648.8675.2-
YUV165.78158.5962.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.92%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=14.92%
G=40.73%
B=44.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal742022200.660.0800.14187.467.5957.65
Hex4ACADC4280Ebb443a
Octal1123123341021001627310472
Binary100101011001010110111001000010100001110101110111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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