#3ACAD9

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

Shades of Medium Turquoise #3ACAD9

Tints of Medium Turquoise #3ACAD9

Color information

#3ACAD9 (or 0x3ACAD9) is unknown color: approx Medium Turquoise. HEX triplet: 3A, CA and D9. RGB value is (58,202,217). Sum of RGB (Red+Green+Blue) = 58+202+217=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #3ACAD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACAD9 is #C53526. Grayscale: #A0A0A0. Windows color (decimal): -12924199 or 14273082. OLE color: 14273082.

HSL color Cylindrical-coordinate representation of color #3ACAD9: hue angle of 185.66º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ACAD9 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB58202217-
CMYK0.730.0700.15
HSL185.66º67.66%53.92%-
HSV(B)185.66º73.27%85.1%-
XYZ35.3948.1573.07-
YUV160.65159.7954.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.16%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 217 (85.16% from 255) = 45.49%
R=12.16%
G=42.35%
B=45.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal582022170.730.0700.15185.6667.6653.92
Hex3ACAD94970Fba4436
Octal72312331111701727210466
Binary1110101100101011011001100100111101111101110101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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