#3ACADD

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

Shades of Medium Turquoise #3ACADD

Tints of Medium Turquoise #3ACADD

Color information

#3ACADD (or 0x3ACADD) is unknown color: approx Medium Turquoise. HEX triplet: 3A, CA and DD. RGB value is (58,202,221). Sum of RGB (Red+Green+Blue) = 58+202+221=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ACADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACADD is #C53522. Grayscale: #A0A0A0. Windows color (decimal): -12924195 or 14535226. OLE color: 14535226.

HSL color Cylindrical-coordinate representation of color #3ACADD: hue angle of 186.99º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACADD is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB58202221-
CMYK0.740.0900.13
HSL186.99º70.56%54.71%-
HSV(B)186.99º73.76%86.67%-
XYZ35.9248.3675.85-
YUV161.11161.7954.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.06%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=12.06%
G=42.00%
B=45.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal582022210.740.0900.13186.9970.5654.71
Hex3ACADD4A90Dbb4737
Octal723123351121101527310767
Binary11101011001010110111011001010100101101101110111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ACADD; }

 p { color: rgb(58,202,221); }

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

<style>
 a { background-color: #3ACADD; }

 a { background-color: rgb(58,202,221); }

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

<style>
 span { border-color: #3ACADD; }

 span { border-color: rgb(58,202,221); }

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