#3AC6D3

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

Shades of Medium Turquoise #3AC6D3

Tints of Medium Turquoise #3AC6D3

Color information

#3AC6D3 (or 0x3AC6D3) is unknown color: approx Medium Turquoise. HEX triplet: 3A, C6 and D3. RGB value is (58,198,211). Sum of RGB (Red+Green+Blue) = 58+198+211=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #3AC6D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC6D3 is #C5392C. Grayscale: #9D9D9D. Windows color (decimal): -12925229 or 13878842. OLE color: 13878842.

HSL color Cylindrical-coordinate representation of color #3AC6D3: hue angle of 185.1º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AC6D3 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB58198211-
CMYK0.730.0600.17
HSL185.1º63.49%52.75%-
HSV(B)185.1º72.51%82.75%-
XYZ33.745.9968.73-
YUV157.62158.1256.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.42%
GREEN value IS 198 (77.73% from 255) = 42.40%
BLUE value IS 211 (82.81% from 255) = 45.18%
R=12.42%
G=42.40%
B=45.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal581982110.730.0600.17185.163.4952.75
Hex3AC6D3496011b93f35
Octal7230632311160212717765
Binary1110101100011011010011100100111001000110111001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,198,211); }

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

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

 a { background-color: rgb(58,198,211); }

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

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

 span { border-color: rgb(58,198,211); }

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